소스 검색

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

kaashoek 37 년 전
부모
커밋
5a64cf6416
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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