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