>>> "Bob" == Bob Rossi <[EMAIL PROTECTED]> writes:

 > OK, the actual type being passed into yyparse is 'struct yypvars *'
 > from seen below.
 >     struct yypvars *ctx = yypvarsinit ();
 >     do {
 >       yychar_set (ctx, yylex ());
 >       yylval_set (ctx, yylval);
 >       yylloc_set (ctx, yylloc);
 >       yyparse (ctx);
 >       status = yyresult_get (ctx);
 >     } while (status == 4);
 >     free (ctx);

No, really!  Please, name this block "yyparse", but the push call is
different.



Reply via email to