bug-bison
[Top][All Lists]
Advanced

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

Re: error messages non conformant


From: Paul Eggert
Subject: Re: error messages non conformant
Date: 09 Jan 2004 22:22:06 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Han-Wen Nienhuys  <address@hidden> writes:

> Bison 1.875 produces non-conforming error messages. 
> 
>       bison -o./out/parser.cc -d parser.yy
>       parser.yy:1161.17-18: $$ van `translator_switch' heeft geen 
> gedeclareerd type
> 
> according to the GNU standard that should be
> 
>         parser.yy:1161:17-18: ....

Perhaps you're looking at an old copy of the GNU coding standards?
The current version <http://www.gnu.org/prep/standards_15.html>
specifies the format that Bison 1.875 is using.




reply via email to

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