Re: update: devel/bison 3.8

2021-09-10 Thread Todd C . Miller
On Fri, 10 Sep 2021 09:36:50 -0600, "Todd C. Miller" wrote: > This cannot go in until post-7.0 due to a change where bison 3.8 > now declares yyerror for POSIX compatibility as: > > void yyerror(const char *msg); > > This may conflict with yyerror() as defined by the .y file, leading > to buil

update: devel/bison 3.8

2021-09-10 Thread Todd C . Miller
This cannot go in until post-7.0 due to a change where bison 3.8 now declares yyerror for POSIX compatibility as: void yyerror(const char *msg); This may conflict with yyerror() as defined by the .y file, leading to build errors. For example, old code may return int instead of void or declar