From: Kalle Sommer Nielsen Date: Wed, 14 Jul 2010 00:04:43 +0000 (+0000) Subject: Update the re2c files aswell (bug #51943) X-Git-Tag: php-5.3.3RC3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d733338225b5fbce03786c92762f801d175501c0;p=php Update the re2c files aswell (bug #51943) --- diff --git a/ext/date/lib/parse_date.re b/ext/date/lib/parse_date.re index 4eae69376b..9080b571b7 100644 --- a/ext/date/lib/parse_date.re +++ b/ext/date/lib/parse_date.re @@ -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