From: kaashoek Date: Fri, 18 Dec 1987 12:10:50 +0000 (+0000) Subject: Made consistent with 'em_parser.h' and 'decl.h' X-Git-Tag: release-5-5~3684 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a6de7181527d33b8654579e934f4f5d8eabfea03;p=ack.git Made consistent with 'em_parser.h' and 'decl.h' --- diff --git a/util/ceg/EM_parser/common/arg_type.h b/util/ceg/EM_parser/common/arg_type.h index 5bad322e0..4e981092d 100644 --- a/util/ceg/EM_parser/common/arg_type.h +++ b/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