| 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 #include is present because without it gcc 4.x may remove the |
The following #includes are present because without the 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 |
| 21 |
unit might reference this" and so it will always be supplied to the linker. */ |
unit might reference this" and so it will always be supplied to the linker. */ |
| 22 |
|
|
| 23 |
|
#ifdef HAVE_CONFIG_H |
| 24 |
|
#include <config.h> |
| 25 |
|
#endif |
| 26 |
|
|
| 27 |
#include "pcre_internal.h" |
#include "pcre_internal.h" |
| 28 |
|
|
| 29 |
const unsigned char _pcre_default_tables[] = { |
const unsigned char _pcre_default_tables[] = { |