From: Akim Demaille Date: Wed, 15 Dec 2004 16:18:12 +0000 (+0000) Subject: Simplify the C++ parser constructor. X-Git-Tag: BISON-2_0~32 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a3cb6248932cfea1850ac4b981be80b36a98cb68?hp=a3cb6248932cfea1850ac4b981be80b36a98cb68 Simplify the C++ parser constructor. * data/lalr1.cc (debug_): Rename as... (yydebug_): so that the parser's internals are always in the yy* pseudo namespace. Adjust uses. (b4_parse_param_decl): Remove the leading comma as it is now only called as unique argument list. (Parser::Parser): Remove the constructor accepting a location and an initial debugging level. Remove from the other ctor the argument for the debugging level. (debug_level_type, debug_level, set_debug_level): New. * tests/actions.at, tests/calc.at, tests/regression.at: Adjust constructor calls. ---