]> granicus.if.org Git - php/commitdiff
- Fixed expected shift/reduce conflict count nu,ber
authorDerick Rethans <derick@php.net>
Fri, 2 Apr 2004 21:26:35 +0000 (21:26 +0000)
committerDerick Rethans <derick@php.net>
Fri, 2 Apr 2004 21:26:35 +0000 (21:26 +0000)
ext/standard/parsedate.y

index eec2f323b69c8fefb093d3dae9f75968436f1169..7e806b5f97f22858087a69fd9b792892a5a9ff02 100644 (file)
@@ -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