| 14 |
current locale. If PCRE is configured with --enable-rebuild-chartables, this |
current locale. If PCRE is configured with --enable-rebuild-chartables, this |
| 15 |
happens automatically. |
happens automatically. |
| 16 |
|
|
| 17 |
The following #includes are present because without the gcc 4.x may remove the |
The following #includes are present because without them gcc 4.x may remove the |
| 18 |
array definition from the final binary if PCRE is built into a static library |
array definition from the final binary if PCRE is built into a static library |
| 19 |
and dead code stripping is activated. This leads to link errors. Pulling in the |
and dead code stripping is activated. This leads to link errors. Pulling in the |
| 20 |
header ensures that the array gets flagged as "someone outside this compilation |
header ensures that the array gets flagged as "someone outside this compilation |