help-bison
[Top][All Lists]
Advanced

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

Re: bison and downwards compatibility


From: Joel E. Denny
Subject: Re: bison and downwards compatibility
Date: Tue, 24 Oct 2006 19:00:46 -0400 (EDT)

On Tue, 24 Oct 2006, Joerg Hoffmann wrote:

> lex.fct_pddl.c:1642: warning: implicit declaration of function ?fileno?

Seems like you're missing #include <stdio.h>.

> scan-fct_pddl.y: In function ?load_fct_file?:
> scan-fct_pddl.y:910: error: ?yyin? undeclared (first use in this function)

yyin is defined by Flex not by Bison.

reply via email to

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