Don't impose std::string for filenames.

* data/lalr1.cc (b4_filename_type): New.
(position::filename): Use it.
(parser.hh): Move the inclusion of stack.hh and location.hh below
the user code, so that needed headers for the filename type can be
included first.
This commit is contained in:
Akim Demaille
2004-12-21 12:03:47 +00:00
parent 99880de508
commit 9a0d8becd8
2 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
2004-12-21 Akim Demaille <akim@epita.fr>
Don't impose std::string for filenames.
* data/lalr1.cc (b4_filename_type): New.
(position::filename): Use it.
(parser.hh): Move the inclusion of stack.hh and location.hh below
the user code, so that needed headers for the filename type can be
included first.
2004-12-20 Akim Demaille <akim@epita.fr>
Use more STL like names: my_class instead of MyClass.