+2004-12-21 Akim Demaille <akim@epita.fr>
+
+ * data/lalr1.cc (parser::parse): Return a bool instead of an int.
+
2004-12-21 Akim Demaille <akim@epita.fr>
Don't impose std::string for filenames.
(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.
2004-12-20 Akim Demaille <akim@epita.fr>
/// Parse.
/// \returns 0 iff parsing succeeded.
- virtual int parse ();
+ virtual bool parse ();
/// The current debugging stream.
std::ostream& debug_stream () const;
}
-int
+bool
yy::]b4_parser_class_name[::parse ()
{
YYCDEBUG << "Starting parse" << std::endl;