Revert "Make TOK_alloca available for x86-64"
This reverts commit af26ac56bf.
This commit is contained in:
2
tcctok.h
2
tcctok.h
@ -237,8 +237,6 @@
|
|||||||
DEF(TOK_memmove, "memmove")
|
DEF(TOK_memmove, "memmove")
|
||||||
DEF(TOK_strlen, "strlen")
|
DEF(TOK_strlen, "strlen")
|
||||||
DEF(TOK_strcpy, "strcpy")
|
DEF(TOK_strcpy, "strcpy")
|
||||||
#endif
|
|
||||||
#if defined __i386__ || defined __x86_64__
|
|
||||||
DEF(TOK_alloca, "alloca")
|
DEF(TOK_alloca, "alloca")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user