X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1c303b00fe3a479021cef5ee48e33d5a65b9d720..3e6656f9ab66ae7e629f8e5d5b41810bf070f09d:/src/lalr.h diff --git a/src/lalr.h b/src/lalr.h index c0ca461c..ca18022d 100644 --- a/src/lalr.h +++ b/src/lalr.h @@ -34,12 +34,12 @@ 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. */ -void lalr_free PARAMS ((void)); +void lalr_free (void); /* lalr() builds these data structures. */