From fe7bb977377fcef36ca902075457f9d6fbb55f04 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 17 Aug 2003 11:49:18 +0000 Subject: [PATCH] - Fix the comment too --- 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 b1063cd3aec..92a750d0e2d 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -150,7 +150,7 @@ typedef union _date_ll { %} -/* This grammar has 14 shift/reduce conflicts. */ +/* This grammar has 17 shift/reduce conflicts. */ %expect 17 %pure_parser