aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-04-06 09:17:03 -0700
committerJoe Soroka <gits@joesoroka.com>2011-04-06 09:17:03 -0700
commitace0f7f2598f5e9d9d2ad8999e3140b8535d9459 (patch)
tree0a763fdf00c10cedc7d968d4d99d2db92b0c2635 /tcctok.h
parent17571298f30bf204fafe9cf1aca5258d2d087d63 (diff)
downloadtinycc-ace0f7f2598f5e9d9d2ad8999e3140b8535d9459.tar.gz
tinycc-ace0f7f2598f5e9d9d2ad8999e3140b8535d9459.tar.bz2
re-apply VLA by Thomas Preud'homme
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 aabbd05..6e7ca1f 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -239,6 +239,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