Section 3.7.11 page 81
    status = yypush_parse (ps, yylex (), NULL);

Section 4.2 page 98

int yypush_parse (yypstate *yyps) [Function]
The value returned by yypush_parse is the same as for yyparse with the following
exception: it returns YYPUSH_MORE if more input is required to finish parsing 
the
grammar.

Two issues:
1: There is no prototype description for the page 81 calling sequence.
2: There is no cross-reference to yyparse for return values or yypstate for 
input arguments.

Either the page 81 calling sequence is wrong and needs to be corrected or the 
page 98 prototype description is wrong and needs to be corrected.

Any chance you can e-mail me the correct version?

art


Reply via email to