From: kaashoek Date: Thu, 7 Jan 1988 14:49:57 +0000 (+0000) Subject: Made consistent with the file in directory ../common X-Git-Tag: release-5-5~3675 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dc88d56345c8af77bbee5997ebbac9369e94d887;p=ack.git Made consistent with the file in directory ../common --- diff --git a/util/ceg/EM_parser/as_EM_pars/arg_type.h b/util/ceg/EM_parser/as_EM_pars/arg_type.h index 5bad322e0..4e981092d 100644 --- a/util/ceg/EM_parser/as_EM_pars/arg_type.h +++ b/util/ceg/EM_parser/as_EM_pars/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