From cd2540373fca12adb60a89e75c446ca16f3f38cb Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 17 Aug 2003 11:48:29 +0000 Subject: [PATCH] - This parser contains 17 reduce conflicts --- ext/standard/parsedate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 44af0adff3..b1063cd3ae 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -151,7 +151,7 @@ typedef union _date_ll { %} /* This grammar has 14 shift/reduce conflicts. */ -%expect 14 +%expect 17 %pure_parser %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID -- 2.49.0