From 2ad5943282cb5775a10b4621439a719d70d9fe97 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 19 Dec 2003 12:43:39 +0000 Subject: [PATCH] add prototype --- ext/standard/parsedate.y | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.50.1