aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcctok.h b/tcctok.h
index ec14c1a..4311345 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -237,6 +237,8 @@
DEF(TOK_memmove, "memmove")
DEF(TOK_strlen, "strlen")
DEF(TOK_strcpy, "strcpy")
+#endif
+#if defined __i386__ || defined __x86_64__
DEF(TOK_alloca, "alloca")
#endif