mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-12 09:00:09 +08:00
libtcc: tcc_define_symbol() uses strings, fix segfault
This commit is contained in:
parent
3ad64ffe2e
commit
322743eef8
2
libtcc.c
2
libtcc.c
@ -924,7 +924,7 @@ LIBTCCAPI TCCState *tcc_new(void)
|
||||
/* standard defines */
|
||||
tcc_define_symbol(s, "__STDC__", NULL);
|
||||
tcc_define_symbol(s, "__STDC_VERSION__", "199901L");
|
||||
tcc_define_symbol(s, "__STDC_HOSTED__", 1);
|
||||
tcc_define_symbol(s, "__STDC_HOSTED__", "1");
|
||||
|
||||
/* target defines */
|
||||
#if defined(TCC_TARGET_I386)
|
||||
|
Loading…
Reference in New Issue
Block a user