aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtcc.c b/libtcc.c
index 10d2387..4c2c8f4 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -786,6 +786,7 @@ 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;