]> granicus.if.org Git - php/commitdiff
- Nuke warning
authorDerick Rethans <derick@php.net>
Sun, 6 May 2001 18:53:45 +0000 (18:53 +0000)
committerDerick Rethans <derick@php.net>
Sun, 6 May 2001 18:53:45 +0000 (18:53 +0000)
ext/standard/parsedate.y

index 64e899d98d0b6bd90135f3c635ce5d88c0489ddd..6cd7ba38d8f1bfedcb711a6c4728efec190a3022 100644 (file)
@@ -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;