Made consistent with 'em_parser.h' and 'decl.h'

This commit is contained in:
kaashoek 1987-12-18 12:10:50 +00:00
parent cb22dd8e6a
commit 5a64cf6416

View File

@ -1,3 +1,4 @@
#define STRING 0
#define ARITH 1
#define INT 2
#define LABEL 1
#define ARITH 2
#define INT 3