aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtcc.c b/libtcc.c
index 7caa7c1..b0ac2c7 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -778,7 +778,6 @@ static int tcc_compile(TCCState *s1)
#endif
define_start = define_stack;
- nocode_wanted = 1;
if (setjmp(s1->error_jmp_buf) == 0) {
s1->nb_errors = 0;