| 278 |
a 16 bit wide signed data type. Otherwise it can be a dummy data type since |
a 16 bit wide signed data type. Otherwise it can be a dummy data type since |
| 279 |
pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */ |
pcre16 functions are not implemented. There is a check for this in pcre_internal.h. */ |
| 280 |
#ifndef PCRE_SCHAR16 |
#ifndef PCRE_SCHAR16 |
| 281 |
#define PCRE_SCHAR16 short |
#define PCRE_SCHAR16 unsigned short |
| 282 |
#endif |
#endif |
| 283 |
|
|
| 284 |
#ifndef PCRE_SPTR16 |
#ifndef PCRE_SPTR16 |