diff options
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index b482c31..9605c59 100644 --- a/config.def.h +++ b/config.def.h @@ -31,6 +31,7 @@ static char *preprocesscmd[] = { /* alternate keywords */ "-D", "__alignof__=_Alignof", + "-D", "__inline=inline", "-D", "__signed__=signed", }; static char *compilecmd[] = {"cc-qbe"}; |