summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/parsedate.y4
1 files changed, 2 insertions, 2 deletions
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