sniper          Sun Dec 18 19:52:02 2005 EDT

  Modified files:              
    /php-src/ext/standard       url_scanner_ex.c var_unserializer.c 
  Log:
  touch with re2c 0.9.11
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/url_scanner_ex.c?r1=1.97&r2=1.98&diff_format=u
Index: php-src/ext/standard/url_scanner_ex.c
diff -u php-src/ext/standard/url_scanner_ex.c:1.97 
php-src/ext/standard/url_scanner_ex.c:1.98
--- php-src/ext/standard/url_scanner_ex.c:1.97  Tue Nov  8 12:35:01 2005
+++ php-src/ext/standard/url_scanner_ex.c       Sun Dec 18 19:52:02 2005
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.9.10 on Tue Nov  8 14:06:23 2005 */
+/* Generated by re2c 0.9.11 on Sun Dec 18 21:50:56 2005 */
 #line 1 "ext/standard/url_scanner_ex.re"
 /*
   +----------------------------------------------------------------------+
@@ -18,7 +18,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: url_scanner_ex.c,v 1.97 2005/11/08 12:35:01 sniper Exp $ */
+/* $Id: url_scanner_ex.c,v 1.98 2005/12/18 19:52:02 sniper Exp $ */
 
 #include "php.h"
 
@@ -731,7 +731,7 @@
 #line 732 "ext/standard/url_scanner_ex.c"
 {
        YYCTYPE yych;
-       unsigned int yyaccept;
+       unsigned int yyaccept = 0;
        goto yy46;
        ++YYCURSOR;
 yy46:
@@ -824,7 +824,7 @@
 #line 825 "ext/standard/url_scanner_ex.c"
 {
        YYCTYPE yych;
-       unsigned int yyaccept;
+       unsigned int yyaccept = 0;
        goto yy58;
        ++YYCURSOR;
 yy58:
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/var_unserializer.c?r1=1.74&r2=1.75&diff_format=u
Index: php-src/ext/standard/var_unserializer.c
diff -u php-src/ext/standard/var_unserializer.c:1.74 
php-src/ext/standard/var_unserializer.c:1.75
--- php-src/ext/standard/var_unserializer.c:1.74        Tue Nov  8 12:35:01 2005
+++ php-src/ext/standard/var_unserializer.c     Sun Dec 18 19:52:02 2005
@@ -1,4 +1,4 @@
-/* Generated by re2c 0.9.10 on Tue Nov  8 14:06:09 2005 */
+/* Generated by re2c 0.9.11 on Sun Dec 18 21:50:01 2005 */
 #line 1 "ext/standard/var_unserializer.re"
 /*
   +----------------------------------------------------------------------+
@@ -18,7 +18,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: var_unserializer.c,v 1.74 2005/11/08 12:35:01 sniper Exp $ */
+/* $Id: var_unserializer.c,v 1.75 2005/12/18 19:52:02 sniper Exp $ */
 
 #include "php.h"
 #include "ext/standard/php_var.h"
@@ -393,7 +393,7 @@
 #line 394 "ext/standard/var_unserializer.c"
 {
        YYCTYPE yych;
-       unsigned int yyaccept;
+       unsigned int yyaccept = 0;
        goto yy0;
        ++YYCURSOR;
 yy0:

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

Reply via email to