]> git.saurik.com Git - bison.git/blobdiff - src/lalr.h
* src/symtab.c (symbol_free): Remove dead deactivated code:
[bison.git] / src / lalr.h
index c0ca461ce089eca508d0b2bc8e1fd98e2edb4775..ca18022d067ad7583c635c628528ffcf667019a8 100644 (file)
    which rules need lookahead in each state, and which lookahead
    tokens they accept.  */
 
    which rules need lookahead in each state, and which lookahead
    tokens they accept.  */
 
-void lalr PARAMS ((void));
+void lalr (void);
 
 /* Release the information related to lookaheads.  Can be performed
    once the action tables are computed.  */
 
 
 /* Release the information related to lookaheads.  Can be performed
    once the action tables are computed.  */
 
-void lalr_free PARAMS ((void));
+void lalr_free (void);
 
 
 /* lalr() builds these data structures. */
 
 
 /* lalr() builds these data structures. */