From: Derick Rethans Date: Sun, 6 May 2001 18:53:45 +0000 (+0000) Subject: - Nuke warning X-Git-Tag: php-4.0.6RC1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f5e71bd42299910b8643393343b1711c90bebf7;p=php - Nuke warning --- diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 64e899d98d..6cd7ba38d8 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -180,8 +180,8 @@ static int yyRelYear; %} -/* This grammar has 13 shift/reduce conflicts. */ -%expect 13 +/* This grammar has 14 shift/reduce conflicts. */ +%expect 14 %union { int Number;