Made consistent with 'em_parser.h' and 'decl.h'
authorkaashoek <none@none>
Fri, 18 Dec 1987 12:10:50 +0000 (12:10 +0000)
committerkaashoek <none@none>
Fri, 18 Dec 1987 12:10:50 +0000 (12:10 +0000)
util/ceg/EM_parser/common/arg_type.h

index 5bad322..4e98109 100644 (file)
@@ -1,3 +1,4 @@
 #define STRING         0
-#define ARITH          1
-#define INT            2
+#define LABEL          1
+#define ARITH          2
+#define INT            3