Hello list,

I am configuring the build using AC_PROG_YACC, which invokes bison with "-y"
option.  But bison-generated parser compiled successfully, and YYEOF extension
in the parser remained undetected.

Generating the parser with "byacc" on the other hand creates a file that does
not compile because of undefined symbol YYEOF.


Thanks,
Dimitris

Reply via email to