Made consistent with the file in ../common

This commit is contained in:
kaashoek 1988-01-07 15:15:08 +00:00
parent 332b5dc036
commit 2fec926bd1

View File

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