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

@@ -20,6 +20,7 @@
#include <system.h>
#include <em_arith.h>
#include <em_label.h>
#include <em_code.h>
#include "strict3rd.h"
#include "input.h"