version 1.1.1.1, 2012/02/21 23:05:51
|
version 1.1.1.2, 2012/02/21 23:50:25
|
Line 6
|
Line 6
|
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
|
|
Written by Philip Hazel |
Written by Philip Hazel |
Copyright (c) 1997-2008 University of Cambridge | Copyright (c) 1997-2012 University of Cambridge |
|
|
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 114 fprintf(f,
|
Line 114 fprintf(f,
|
"#endif\n\n" |
"#endif\n\n" |
"#include \"pcre_internal.h\"\n\n"); |
"#include \"pcre_internal.h\"\n\n"); |
fprintf(f, |
fprintf(f, |
"const unsigned char _pcre_default_tables[] = {\n\n" | "const pcre_uint8 PRIV(default_tables)[] = {\n\n" |
"/* This table is a lower casing table. */\n\n"); |
"/* This table is a lower casing table. */\n\n"); |
|
|
fprintf(f, " "); |
fprintf(f, " "); |