help-bison
[Top][All Lists]
Advanced

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

implicit declaration


From: Wolfgang Jeltsch
Subject: implicit declaration
Date: Fri, 25 Jul 2003 00:07:32 +0200
User-agent: KMail/1.5.2

Hello,

I found this question at least two times asked on this mailing list but not an 
answer for it. If I try to compile a Bison-generated C++ file with g++ I get 
the following messages:
    /usr/share/bison/bison.simple: In function `int yyparse()':
    /usr/share/bison/bison.simple:573: implicit declaration of function `int
        yylex(...)'
    /usr/share/bison/bison.simple:799: implicit declaration of function `int
        yyerror(...)'
How can I avoid this?

Wolfgang





reply via email to

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