| 254 |
|
|
| 255 |
#ifdef COMPILE_PCRE16 |
#ifdef COMPILE_PCRE16 |
| 256 |
#if USHRT_MAX != 65535 |
#if USHRT_MAX != 65535 |
| 257 |
/* This is a warning message. Change PCRE_SCHAR16 to a 16 bit data type in |
/* This is a warning message. Change PCRE_UCHAR16 to a 16 bit data type in |
| 258 |
pcre.h(.in) and disable (comment out) this message. */ |
pcre.h(.in) and disable (comment out) this message. */ |
| 259 |
#error Warning: PCRE_SCHAR16 is not a 16 bit data type. |
#error Warning: PCRE_UCHAR16 is not a 16 bit data type. |
| 260 |
#endif |
#endif |
| 261 |
|
|
| 262 |
typedef pcre_uint16 pcre_uchar; |
typedef pcre_uint16 pcre_uchar; |