On 2019-08-20 00:46, Kaz Kylheku wrote:
On 2019-08-19 13:05, August Karlstrom wrote:
As the warning suggests, GNU Bison should instead generate the call

yyerror ("%s", yymsgp);

That would almost certainly be wrong, since yyerror is a
one-argument function; its prototype is

   void yyerror(const char *);

I see, then it's not a bug. Thanks for the clarification.

-- August

Reply via email to