From b79fb2ec69c3897bd0aa971dbf8af0cdf176ac9f Mon Sep 17 00:00:00 2001 From: kaashoek Date: Thu, 7 Jan 1988 14:49:57 +0000 Subject: [PATCH] Made consistent with the file in directory ../common --- util/ceg/EM_parser/as_EM_pars/arg_type.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 5bad322e..4e981092 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