Made consistent with the file in ../common
authorkaashoek <none@none>
Thu, 7 Jan 1988 15:15:08 +0000 (15:15 +0000)
committerkaashoek <none@none>
Thu, 7 Jan 1988 15:15:08 +0000 (15:15 +0000)
util/ceg/EM_parser/obj_EM_pars/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