tcctok.h: fix ifdef target/host confusion

master
Joe Soroka 2011-04-12 00:11:47 -07:00
parent 812781cd11
commit 46e2dd7c32
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
DEF(TOK_strlen, "strlen")
DEF(TOK_strcpy, "strcpy")
#endif
#if defined __i386__ || defined __x86_64__
#if defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64
DEF(TOK_alloca, "alloca")
#endif