Skip to content

Commit ccb8980

Browse files
committed
Fix 'glb_declared==0' assertion failure
1 parent c9b3e44 commit ccb8980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compiler/sc1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,8 @@ int pc_compile(int argc, char *argv[])
685685
sc_status=statSECOND;
686686
else
687687
sc_status=statWRITE; /* allow to write --this variable was reset by resetglobals() */
688-
setstringconstants();
689688
writeleader(&glbtab);
689+
setstringconstants();
690690
setfileconst(inpfname);
691691
insert_dbgfile(inpfname);
692692
if (!strempty(incfname)) {

0 commit comments

Comments
 (0)