Made consistent with the file in directory ../common

This commit is contained in:
kaashoek 1988-01-07 14:49:57 +00:00
parent 331f5c789d
commit b79fb2ec69

View File

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