From 092b07464b2eba86bf480d0bcc49f47b9587c51a Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 22 Oct 2017 11:42:46 +0600 Subject: [PATCH] Fix compile warning --- source/compiler/scvars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/scvars.c b/source/compiler/scvars.c index d9f77d0..697c04e 100644 --- a/source/compiler/scvars.c +++ b/source/compiler/scvars.c @@ -103,7 +103,7 @@ SC_VDEFINE FILE *outf = NULL; /* (intermediate) text file written to */ SC_VDEFINE jmp_buf errbuf; -SC_VDEFINE emit_block_parsing=FALSE; +SC_VDEFINE int emit_block_parsing=FALSE; #if !defined SC_LIGHT SC_VDEFINE int sc_makereport=FALSE; /* generate a cross-reference report */