diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-21 14:02:39 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-21 14:02:39 -0700 |
commit | 448e9cce6d8756a2cca1c389905aed96d97cfedc (patch) | |
tree | 6006cb2b70b3a85c7e9ca154bf2f70311aa9961e /configure | |
parent | 732a27073509badbd23395e75f2578513fa9716c (diff) |
Handle alternate keywords in the compiler itself
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -139,16 +139,6 @@ static char *preprocesscmd[] = { /* ignore attributes and extension markers */ "-D", "__attribute__(x)=", "-D", "__extension__=", - - /* alternate keywords */ - "-D", "__alignof__=_Alignof", - "-D", "__asm=__asm__", - "-D", "__inline=inline", - "-D", "__inline__=inline", - "-D", "__signed=signed", - "-D", "__signed__=signed", - "-D", "__thread=_Thread_local", - "-D", "__volatile__=volatile", $defines}; static char *codegencmd[] = {"$DEFAULT_QBE", "-t", "$qbetarget"}; static char *assemblecmd[] = {"$DEFAULT_ASSEMBLER"}; |