On Mon, Dec 18, 2006 at 03:04:42PM -0500, Joel E. Denny wrote:
> > When I apply your patch, I get in gdbmi_grammer.tab.h this prototype,
> >   int gdbmi_push_parse (gdbmi_pstate *yyps);
> > this no longer allows me to work with the push parser they way I used
> > to.
> 
> The impure interface uses global variables for communication with the 
> scanner: yychar, yylloc, and yylval.  If you want the pure interface, you 
> must declare %pure-parser.

O, Ok. It works now.

Bob Rossi


Reply via email to