summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index da2303e..592dc7d 100644
--- a/main.c
+++ b/main.c
@@ -31,6 +31,8 @@ allow omission of trailing ; in foo ::= fn() {}?
#ifdef __cplusplus
#define new new_
#define this this_
+#elif __STDC_VERSION__ < 199901
+#define inline
#endif
#include "toc.c"