* src/parse-gram.y (add_param): Strip the leading and trailing

blanks from a formal argument declaration.
(YY_LOCATION_PRINT): New.
This commit is contained in:
Akim Demaille
2004-09-27 07:42:04 +00:00
parent 619404e3fd
commit b233d5558f
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2004-09-24 Akim Demaille <akim@epita.fr>
* src/parse-gram.y (add_param): Strip the leading and trailing
blanks from a formal argument declaration.
(YY_LOCATION_PRINT): New.
2004-09-24 Akim Demaille <akim@epita.fr>
* data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation