derick Sun Aug 17 07:48:29 2003 EDT Modified files: /php-src/ext/standard parsedate.y Log: - This parser contains 17 reduce conflicts Index: php-src/ext/standard/parsedate.y diff -u php-src/ext/standard/parsedate.y:1.37 php-src/ext/standard/parsedate.y:1.38 --- php-src/ext/standard/parsedate.y:1.37 Sat Aug 16 16:55:27 2003 +++ php-src/ext/standard/parsedate.y Sun Aug 17 07:48:29 2003 @@ -8,7 +8,7 @@ ** This code is in the public domain and has no copyright. */ -/* $Id: parsedate.y,v 1.37 2003/08/16 20:55:27 derick Exp $ */ +/* $Id: parsedate.y,v 1.38 2003/08/17 11:48:29 derick Exp $ */ #include "php.h" @@ -151,7 +151,7 @@ %} /* This grammar has 14 shift/reduce conflicts. */ -%expect 14 +%expect 17 %pure_parser %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php