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

(maxrhs): this new function.
This commit is contained in:
Akim Demaille
2001-11-19 10:09:24 +00:00
parent ddcd5fdff6
commit 3feec03433
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.