Explorar o código

Made consistent with 'em_parser.h' and 'decl.h'

kaashoek %!s(int64=37) %!d(string=hai) anos
pai
achega
5a64cf6416
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      util/ceg/EM_parser/common/arg_type.h

+ 3 - 2
util/ceg/EM_parser/common/arg_type.h

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