* src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...

(maxrhs): this new function.
This commit is contained in:
Akim Demaille
2001-11-19 09:11:47 +00:00
parent bcdf932ed9
commit 523a9eafdc
2 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2001-11-19 Akim Demaille <akim@epita.fr>
* src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
(maxrhs): this new function.
2001-11-19 Akim Demaille <akim@epita.fr>
* src/lalr.c (F): New macro to access to the variable F.