From: ellson Date: Wed, 24 May 2006 15:02:32 +0000 (+0000) Subject: rename EXID define to EX_ID because of a conflict with EXID in bison's y.tab.h X-Git-Tag: LAST_LIBGRAPH~32^2~6557 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acc1754c04aeb3714a8f6ff21a30e61efa1e363f;p=graphviz rename EXID define to EX_ID because of a conflict with EXID in bison's y.tab.h --- 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' */