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