diff --git a/tcctok.h b/tcctok.h index 4311345..ec14c1a 100644 --- a/tcctok.h +++ b/tcctok.h @@ -237,8 +237,6 @@ DEF(TOK_memmove, "memmove") DEF(TOK_strlen, "strlen") DEF(TOK_strcpy, "strcpy") -#endif -#if defined __i386__ || defined __x86_64__ DEF(TOK_alloca, "alloca") #endif