bug-bison
[Top][All Lists]
Advanced

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

Re: bug with gcc 4.3.2 on openSUSE 11.1


From: Akim Demaille
Subject: Re: bug with gcc 4.3.2 on openSUSE 11.1
Date: Wed, 13 May 2009 08:28:34 +0200


Le 12 mai 09 à 20:11, Leonardo Lopez a écrit :

--- code begin ---
yyerror (YY_("memory exhausted"));
--- code end ---

You probably have defined yyerror as taking a (char *msg). Make it "yyerror (const char *msg)".



reply via email to

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