]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
(goto_number): Now unsigned int, not short int.
[bison.git] / src / lalr.h
index cd50046bf35c2883e01dcdcbd9fe9936834c7d7e..9253e0fdd5209a036384afffa9048108e0928489 100644 (file)
@@ -56,8 +56,7 @@ void lalr_free (void);
    together and GOTO_MAP[I - NTOKENS] is the index in FROM_STATE and
    TO_STATE of the first of them.  */
 
-typedef short int goto_number;
-# define GOTO_NUMBER_MAXIMUM SHRT_MAX
+typedef unsigned int goto_number;
 
 extern goto_number *goto_map;
 extern state_number *from_state;