kalle                                    Wed, 14 Jul 2010 00:04:43 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=301253

Log:
Update the re2c files aswell (bug #51943)

Bug: http://bugs.php.net/51943 (Assigned) Several files are out of ANSI spec
      
Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/date/lib/parse_date.re
    U   php/php-src/branches/PHP_5_3/ext/date/lib/parse_date.re
    U   php/php-src/trunk/ext/date/lib/parse_date.re

Modified: php/php-src/branches/PHP_5_2/ext/date/lib/parse_date.re
===================================================================
--- php/php-src/branches/PHP_5_2/ext/date/lib/parse_date.re     2010-07-13 
23:59:54 UTC (rev 301252)
+++ php/php-src/branches/PHP_5_2/ext/date/lib/parse_date.re     2010-07-14 
00:04:43 UTC (rev 301253)
@@ -86,6 +86,8 @@

 #define TIMELIB_ERROR          999

+/* Some compilers like AIX, defines uchar in sys/types.h */
+#undef uchar
 typedef unsigned char uchar;

 #define   BSIZE           8192

Modified: php/php-src/branches/PHP_5_3/ext/date/lib/parse_date.re
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/lib/parse_date.re     2010-07-13 
23:59:54 UTC (rev 301252)
+++ php/php-src/branches/PHP_5_3/ext/date/lib/parse_date.re     2010-07-14 
00:04:43 UTC (rev 301253)
@@ -89,6 +89,8 @@

 #define TIMELIB_ERROR          999

+/* Some compilers like AIX, defines uchar in sys/types.h */
+#undef uchar
 typedef unsigned char uchar;

 #define   BSIZE           8192

Modified: php/php-src/trunk/ext/date/lib/parse_date.re
===================================================================
--- php/php-src/trunk/ext/date/lib/parse_date.re        2010-07-13 23:59:54 UTC 
(rev 301252)
+++ php/php-src/trunk/ext/date/lib/parse_date.re        2010-07-14 00:04:43 UTC 
(rev 301253)
@@ -89,6 +89,8 @@

 #define TIMELIB_ERROR          999

+/* Some compilers like AIX, defines uchar in sys/types.h */
+#undef uchar
 typedef unsigned char uchar;

 #define   BSIZE           8192

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

Reply via email to