"Use" parse parameters.

* data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
* data/glr.c, data/glr.cc: Use them.
* data/glr.c (YYUSE): Have a C++ definition that supports
non-pointer types.
This commit is contained in:
Akim Demaille
2005-11-14 15:18:34 +00:00
parent b2741627b1
commit 613d8952e3
4 changed files with 58 additions and 11 deletions

View File

@@ -1,3 +1,11 @@
2005-11-14 Akim Demaille <akim@epita.fr>
"Use" parse parameters.
* data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
* data/glr.c, data/glr.cc: Use them.
* data/glr.c (YYUSE): Have a C++ definition that supports
non-pointer types.
2005-11-14 Akim Demaille <akim@epita.fr>
* data/glr.c (yyexpandGLRStack): Declare only if defined.