tcctok.h: fix ifdef target/host confusion
This commit is contained in:
parent
812781cd11
commit
46e2dd7c32
1 changed files with 1 additions and 1 deletions
2
tcctok.h
2
tcctok.h
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue