diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-15 13:42:40 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-15 17:47:58 -0700 |
commit | d0f0b0a1006d5398b0d31a1b28e102bed5f4b49b (patch) | |
tree | c4d27fe003cd840942c2eef471921543d827affa /configure | |
parent | db14c560d4658a0ed668a04b8f0d9f54bbb77050 (diff) |
Add __signed alternate keyword
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ static char *preprocesscmd[] = { "-D", "__asm=__asm__", "-D", "__inline=inline", "-D", "__inline__=inline", + "-D", "__signed=signed", "-D", "__signed__=signed", "-D", "__thread=_Thread_local", "-D", "__volatile__=volatile", |