derick Fri Apr 2 16:26:41 2004 EDT Modified files: /php-src/ext/standard parsedate.y Log: - Fixed expected shift/reduce conflict count nu,ber http://cvs.php.net/diff.php/php-src/ext/standard/parsedate.y?r1=1.54&r2=1.55&ty=u Index: php-src/ext/standard/parsedate.y diff -u php-src/ext/standard/parsedate.y:1.54 php-src/ext/standard/parsedate.y:1.55 --- php-src/ext/standard/parsedate.y:1.54 Thu Apr 1 16:40:56 2004 +++ php-src/ext/standard/parsedate.y Fri Apr 2 16:26:35 2004 @@ -8,7 +8,7 @@ ** This code is in the public domain and has no copyright. */ -/* $Id: parsedate.y,v 1.54 2004/04/01 21:40:56 derick Exp $ */ +/* $Id: parsedate.y,v 1.55 2004/04/02 21:26:35 derick Exp $ */ #include "php.h" @@ -151,8 +151,8 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php