bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

YYEOF shouldn't be defined with bison -y


From: Dimitrios Apostolou
Subject: YYEOF shouldn't be defined with bison -y
Date: Mon, 04 Dec 2017 03:34:45 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.3 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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

[Prev in Thread] Current Thread [Next in Thread]