aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libtcc.c b/libtcc.c
index f1bbc6c..afcaae7 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -744,9 +744,6 @@ LIBTCCAPI TCCState *tcc_new(void)
#ifdef TCC_TARGET_I386
s->seg_size = 32;
#endif
-#ifdef TCC_IS_NATIVE
- s->runtime_main = "main";
-#endif
/* enable this if you want symbols with leading underscore on windows: */
#if 0 /* def TCC_TARGET_PE */
s->leading_underscore = 1;