Browse Source

Update the re2c files aswell (bug #51943)

experimental/with_scalar_types
Kalle Sommer Nielsen 16 years ago
parent
commit
c0f3aca5a3
  1. 2
      ext/date/lib/parse_date.re

2
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

Loading…
Cancel
Save