blob: 7fea7b58163688c31ce454772ae677bba7709036 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pcre-3.9/chartables.c.orig Wed Jun 29 17:30:09 2005
+++ pcre-3.9/chartables.c Wed Jun 29 17:30:16 2005
@@ -10,7 +10,7 @@
character tables which are used when no tables are passed to the compile
function. */
-static unsigned char pcre_default_tables[] = {
+unsigned char pcre_default_tables[] = {
/* This table is a lower casing table. */
|