derick          Sun Aug 17 07:49:18 2003 EDT

  Modified files:              
    /php-src/ext/standard       parsedate.y 
  Log:
  - Fix the comment too
  
  
Index: php-src/ext/standard/parsedate.y
diff -u php-src/ext/standard/parsedate.y:1.38 php-src/ext/standard/parsedate.y:1.39
--- php-src/ext/standard/parsedate.y:1.38       Sun Aug 17 07:48:29 2003
+++ php-src/ext/standard/parsedate.y    Sun Aug 17 07:49:18 2003
@@ -8,7 +8,7 @@
 **  This code is in the public domain and has no copyright.
 */
 
-/* $Id: parsedate.y,v 1.38 2003/08/17 11:48:29 derick Exp $ */
+/* $Id: parsedate.y,v 1.39 2003/08/17 11:49:18 derick Exp $ */
 
 #include "php.h"
 
@@ -150,7 +150,7 @@
 
 %}
 
-/* This grammar has 14 shift/reduce conflicts. */
+/* This grammar has 17 shift/reduce conflicts. */
 %expect 17
 %pure_parser
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to