]> git.saurik.com Git - bison.git/commit
Don't impose std::string for filenames.
authorAkim Demaille <akim@epita.fr>
Tue, 21 Dec 2004 12:26:56 +0000 (12:26 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 21 Dec 2004 12:26:56 +0000 (12:26 +0000)
commitd390b02b8eb0e5d96a0e27364f656ebd4ae0b49c
tree758dc0a51e3733346e8dd83c7d42a0c1b87f9e8e
parent9a0d8becd844eba80ff657a7391b2e85b7ff2077
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.
Forward declare them before the user code.
* tests/Makefile.am (check-local, installcheck-local): Pass
TESTSUITEFLAGS to the TESTSUITE.
data/lalr1.cc
tests/Makefile.am