Do not use '#endif/#else xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 14:36:35 +00:00
parent 8482d2c110
commit fa0bee0b26
9 changed files with 16 additions and 16 deletions

View File

@@ -105,7 +105,7 @@ Compile(src, dst)
LexScan();
return 1;
}
#endif DEBUG
#endif /* DEBUG */
open_scope(OPENSCOPE);
GlobalVis = CurrVis;
close_scope(0);