]> git.saurik.com Git - bison.git/commitdiff
(ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Oct 2002 05:46:08 +0000 (05:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Oct 2002 05:46:08 +0000 (05:46 +0000)
src/gram.h

index de782f7d646ef570f628230f767cb1d0ddbb8fa7..919efa2586179ae10921fbc3ebaf8b435caced3d 100644 (file)
@@ -115,7 +115,7 @@ extern int nvars;
 
 typedef int item_number_t;
 # define ITEM_NUMBER_MAX ((item_number_t) INT_MAX)
-# define ITEM_NUMBER_MIN ((item_number_t) MIN_MAX)
+# define ITEM_NUMBER_MIN ((item_number_t) INT_MIN)
 extern item_number_t *ritem;
 extern unsigned int nritems;