From: Wez Furlong Date: Fri, 19 Dec 2003 12:43:39 +0000 (+0000) Subject: add prototype X-Git-Tag: php-5.0.0b3RC2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ad5943282cb5775a10b4621439a719d70d9fe97;p=php add prototype --- diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 0f43fb4d36..b98d5c8981 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -148,6 +148,7 @@ typedef union _date_ll { #define YYSTYPE date_ll #define YYLTYPE void +static int yylex (YYSTYPE *lvalp, void *parm); %} /* This grammar has 22 shift/reduce conflicts. */