Fixed some problems:

files that use the em_code module must include the em_code.h file
improved checking of definitions after use
fixed problem with ranges in case statements
This commit is contained in:
ceriel
1987-11-11 13:10:08 +00:00
parent dc1a92e365
commit 3e2901088f
13 changed files with 46 additions and 37 deletions

View File

@@ -49,7 +49,6 @@ open_scope(scopetype)
if (scopetype == OPENSCOPE) {
ls->sc_next = ls->sc_encl;
}
else ls->sc_next = PervVis;
CurrVis = ls;
}