* data/location.cc: New, extract from...

* data/lalr1.cc: here.
(location.hh): Include it after the user prologue, in case the
filename type is defined by the user.
Forward declation location and position before the pre-prologue.
(yyresult_): Rename as...
(yyresult): this, it's a local variable, not an attribute.
* data/Makefile.am (dist_pkgdata_DATA): Adjust.
This commit is contained in:
Akim Demaille
2005-10-02 16:34:02 +00:00
parent 24dfa6ec84
commit fc695704a1
3 changed files with 27 additions and 233 deletions

View File

@@ -1,4 +1,15 @@
2005-10-01 Akim <akim@epita.fr>
2005-10-02 Akim Demaille <akim@epita.fr>
* data/location.cc: New, extract from...
* data/lalr1.cc: here.
(location.hh): Include it after the user prologue, in case the
filename type is defined by the user.
Forward declation location and position before the pre-prologue.
(yyresult_): Rename as...
(yyresult): this, it's a local variable, not an attribute.
* data/Makefile.am (dist_pkgdata_DATA): Adjust.
2005-10-01 Akim Demaille <akim@epita.fr>
* examples/extexi: Restore the #line generation.