]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
XFREE -> free
[bison.git] / src / lalr.h
index 9253e0fdd5209a036384afffa9048108e0928489..b09db9b69372280a9c2e5fd108b69e3f76091a3a 100644 (file)
@@ -56,7 +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 unsigned int goto_number;
+typedef size_t goto_number;
 
 extern goto_number *goto_map;
 extern state_number *from_state;