tcctok.h: fix ifdef target/host confusion
This commit is contained in:
2
tcctok.h
2
tcctok.h
@ -240,7 +240,7 @@
|
|||||||
DEF(TOK_strlen, "strlen")
|
DEF(TOK_strlen, "strlen")
|
||||||
DEF(TOK_strcpy, "strcpy")
|
DEF(TOK_strcpy, "strcpy")
|
||||||
#endif
|
#endif
|
||||||
#if defined __i386__ || defined __x86_64__
|
#if defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64
|
||||||
DEF(TOK_alloca, "alloca")
|
DEF(TOK_alloca, "alloca")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user