From ace0f7f2598f5e9d9d2ad8999e3140b8535d9459 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Wed, 6 Apr 2011 09:17:03 -0700 Subject: re-apply VLA by Thomas Preud'homme --- tcctok.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcctok.h') 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 -- cgit v1.3.1