aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtcc.c b/libtcc.c
index af0fb7f..6b8f237 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -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