diff options
Diffstat (limited to 'libtcc.c')
| -rw-r--r-- | libtcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1018,7 +1018,7 @@ LIBTCCAPI TCCState *tcc_new(void) s->char_is_unsigned = 1; #endif /* enable this if you want symbols with leading underscore on windows: */ -#if 0 //def TCC_TARGET_PE +#if 0 /* def TCC_TARGET_PE */ s->leading_underscore = 1; #endif #ifdef TCC_TARGET_I386 |
