Revert "Make TOK_alloca available for x86-64"

This reverts commit af26ac56bf.
master
Thomas Preud'homme 2011-02-05 02:31:24 +01:00
parent 4b8470f3ae
commit c1b7267a2f
1 changed files with 0 additions and 2 deletions

View File

@ -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