diff options
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
