* src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New

macros.
Use them to declare the variables which are global or local to
`yyparse'.
This commit is contained in:
Akim Demaille
2000-11-17 10:57:30 +00:00
parent 7de23534ac
commit a35f64eade
3 changed files with 81 additions and 58 deletions

View File

@@ -1,3 +1,10 @@
2000-11-17 Akim Demaille <akim@epita.fr>
* src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
macros.
Use them to declare the variables which are global or local to
`yyparse'.
2000-11-17 Akim Demaille <akim@epita.fr>
* acconfig.h: Remove, no longer used.