| 55 |
int i; |
int i; |
| 56 |
const unsigned char *tables = pcre_maketables(); |
const unsigned char *tables = pcre_maketables(); |
| 57 |
|
|
| 58 |
|
/* There are two printf() calls here, because gcc in pedantic mode complains |
| 59 |
|
about the very long string otherwise. */ |
| 60 |
|
|
| 61 |
printf( |
printf( |
| 62 |
"/*************************************************\n" |
"/*************************************************\n" |
| 63 |
"* Perl-Compatible Regular Expressions *\n" |
"* Perl-Compatible Regular Expressions *\n" |
| 64 |
"*************************************************/\n\n" |
"*************************************************/\n\n" |
| 65 |
"/* This file is automatically written by the dftables auxiliary \n" |
"/* This file is automatically written by the dftables auxiliary \n" |
| 66 |
"program. If you edit it by hand, you might like to edit the Makefile to \n" |
"program. If you edit it by hand, you might like to edit the Makefile to \n" |
| 67 |
"prevent its ever being regenerated.\n\n" |
"prevent its ever being regenerated.\n\n"); |
| 68 |
|
printf( |
| 69 |
"This file is #included in the compilation of pcre.c to build the default\n" |
"This file is #included in the compilation of pcre.c to build the default\n" |
| 70 |
"character tables which are used when no tables are passed to the compile\n" |
"character tables which are used when no tables are passed to the compile\n" |
| 71 |
"function. */\n\n" |
"function. */\n\n" |