]> granicus.if.org Git - graphviz/commitdiff
rename EXID define to EX_ID because of a conflict with EXID in bison's y.tab.h
authorellson <devnull@localhost>
Wed, 24 May 2006 15:02:32 +0000 (15:02 +0000)
committerellson <devnull@localhost>
Wed, 24 May 2006 15:02:32 +0000 (15:02 +0000)
lib/expr/expr.h

index 0f874db673b1c582830cbb2df34dc79d605d1788..4e1c8714242c15dd63c204ac62c96ede07c78359 100644 (file)
@@ -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'       */