| 43 |
locale. Now that pcre_maketables is a function visible to the outside world, we |
locale. Now that pcre_maketables is a function visible to the outside world, we |
| 44 |
make use of its code from here in order to be consistent. */ |
make use of its code from here in order to be consistent. */ |
| 45 |
|
|
| 46 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 47 |
#include <config.h> |
#include <config.h> |
| 48 |
#endif |
#endif |
| 49 |
|
|
| 50 |
#include <ctype.h> |
#include <ctype.h> |
| 51 |
#include <stdio.h> |
#include <stdio.h> |
| 109 |
"Pulling in the header ensures that the array gets flagged as \"someone\n" |
"Pulling in the header ensures that the array gets flagged as \"someone\n" |
| 110 |
"outside this compilation unit might reference this\" and so it will always\n" |
"outside this compilation unit might reference this\" and so it will always\n" |
| 111 |
"be supplied to the linker. */\n\n" |
"be supplied to the linker. */\n\n" |
| 112 |
"#ifdef HAVE_CONFIG_H" |
"#ifdef HAVE_CONFIG_H\n" |
| 113 |
"#include <config.h>" |
"#include <config.h>\n" |
| 114 |
"#endif" |
"#endif\n\n" |
| 115 |
"#include \"pcre_internal.h\"\n\n"); |
"#include \"pcre_internal.h\"\n\n"); |
| 116 |
fprintf(f, |
fprintf(f, |
| 117 |
"const unsigned char _pcre_default_tables[] = {\n\n" |
"const unsigned char _pcre_default_tables[] = {\n\n" |