/[bison]/bison/data/bison.c++
ViewVC logotype

Diff of /bison/data/bison.c++

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ra, Thu Feb 7 13:02:40 2002 UTC revision 1.7 by ra, Thu Feb 7 14:41:46 2002 UTC
# Line 81  namespace yy Line 81  namespace yy
81    private:    private:
82    
83      virtual void error_ ();      virtual void error_ ();
84        virtual void print_ ();
85    
86      /* Call to lexical analyser.  */      /* Call to lexical analyser.  */
87      virtual      virtual
# Line 229  yy::b4_name::parse () Line 230  yy::b4_name::parse ()
230        if (debug_)        if (debug_)
231          {          {
232            YYFPRINTF (stderr, "Next token is %d (%s", looka, name_[[ilooka]]);            YYFPRINTF (stderr, "Next token is %d (%s", looka, name_[[ilooka]]);
233              print_ ();
234            YYFPRINTF (stderr, ")\n");            YYFPRINTF (stderr, ")\n");
235          }          }
236  #endif  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26