aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-16 01:28:36 -0700
committerMichael Forney <mforney@mforney.org>2019-04-16 03:30:39 -0700
commit89fb4f577655dac61e81bbebd804e8843140a305 (patch)
treec221beed73c743be1aadd8da9dde17f376d2f9a8 /config.def.h
parentfbd879d73cf13fc18db3d221db92ab88cff0a3de (diff)
Define __inline alternate keyword
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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"};