From: Derick Rethans Date: Fri, 2 Apr 2004 21:26:35 +0000 (+0000) Subject: - Fixed expected shift/reduce conflict count nu,ber X-Git-Tag: php-5.0.0RC2RC1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95659890bae85f805bba7d60f173e375dd72a5dc;p=php - Fixed expected shift/reduce conflict count nu,ber --- diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index eec2f323b6..7e806b5f97 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -151,8 +151,8 @@ typedef union _date_ll { static int yylex (YYSTYPE *lvalp, void *parm); %} -/* This grammar has 24 shift/reduce conflicts. */ -%expect 36 +/* This grammar has 56 shift/reduce conflicts. */ +%expect 56 %pure_parser %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID tTZONE tWZONE tZZONE