C++ parsers.
(yy::b4_name::parse): Use print_.
+2002-02-07 Robert Anisko <robert@lrde.epita.fr>
+
+ * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
+ C++ parsers.
+ (yy::b4_name::parse): Use print_.
+
2002-02-07 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++ (yy::b4_name::parse): Error recovery is back.
private:
virtual void error_ ();
+ virtual void print_ ();
/* Call to lexical analyser. */
virtual
if (debug_)
{
YYFPRINTF (stderr, "Next token is %d (%s", looka, name_[[ilooka]]);
+ print_ ();
YYFPRINTF (stderr, ")\n");
}
#endif