]> git.saurik.com Git - bison.git/commit
Don't impose std::string for filenames.
authorAkim Demaille <akim@epita.fr>
Tue, 21 Dec 2004 12:03:47 +0000 (12:03 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 21 Dec 2004 12:03:47 +0000 (12:03 +0000)
commit9a0d8becd844eba80ff657a7391b2e85b7ff2077
treeaabf593022abd610e98e37c705794c55a215e8ce
parent99880de508cd84d0ed8fa23c24a7337c21f23059
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.
ChangeLog
data/lalr1.cc