sebastian               Tue Nov 25 10:36:39 2003 EDT

  Modified files:              
    /php-src/ext/standard       parsedate.y 
  Log:
  'Fix' for bison 1.875.
  
Index: php-src/ext/standard/parsedate.y
diff -u php-src/ext/standard/parsedate.y:1.47 php-src/ext/standard/parsedate.y:1.48
--- php-src/ext/standard/parsedate.y:1.47       Thu Nov 20 14:01:33 2003
+++ php-src/ext/standard/parsedate.y    Tue Nov 25 10:36:38 2003
@@ -8,7 +8,7 @@
 **  This code is in the public domain and has no copyright.
 */
 
-/* $Id: parsedate.y,v 1.47 2003/11/20 19:01:33 hholzgra Exp $ */
+/* $Id: parsedate.y,v 1.48 2003/11/25 15:36:38 sebastian Exp $ */
 
 #include "php.h"
 
@@ -151,7 +151,7 @@
 %}
 
 /* This grammar has 21 shift/reduce conflicts. */
-%expect 21
+/* %expect 21 */
 %pure_parser
 
 %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID tTZONE tZZONE 

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

Reply via email to