From acc1754c04aeb3714a8f6ff21a30e61efa1e363f Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 24 May 2006 15:02:32 +0000 Subject: [PATCH] rename EXID define to EX_ID because of a conflict with EXID in bison's y.tab.h --- lib/expr/expr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/expr/expr.h b/lib/expr/expr.h index 0f874db67..4e1c87142 100644 --- a/lib/expr/expr.h +++ b/lib/expr/expr.h @@ -73,7 +73,8 @@ extern "C" { #define EX_INTARRAY 1 /* integer-index array */ -#define EXID(n,l,i,t,f) {{0},(l),(i),(t),0,(f),0,{0},n} +/* previously known as EXID, but EXID is also defined by bison in y.tab.h */ +#define EX_ID(n,l,i,t,f) {{0},(l),(i),(t),0,(f),0,{0},n} #define DELETE BREAK /* exexpr() delete `type' */ -- 2.40.0