diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 87b85ff..c8304df 100644 --- a/config.def.h +++ b/config.def.h @@ -33,7 +33,9 @@ static char *preprocesscmd[] = { /* alternate keywords */ "-D", "__alignof__=_Alignof", "-D", "__inline=inline", + "-D", "__inline__=inline", "-D", "__signed__=signed", + "-D", "__thread=_Thread_local", }; static char *compilecmd[] = {"cc-qbe"}; static char *codegencmd[] = {"qbe"}; |