> From: "Todd C. Miller" <todd.mil...@courtesan.com>
> Date: Thu, 31 Dec 2015 12:01:10 -0700
> 
> On Thu, 31 Dec 2015 19:53:01 +0100, Mark Kettenis wrote:
> 
> > Fallout from -Werror-implicit-function-declaration.
> > 
> > Diff below fixes it.  ok?
> 
> Hmmm, should the yyparse() proto really be static?  The actual
> yyparse() generated by yacc is not static.

Hmm. I think static would be ok here.  But I can't find the bits in
the C standard that say so.  And yyparse() wasn't static before.  So
I've committed it without the static.

Reply via email to