mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
d191ff8761
PR: 82780 Submitted by: Yonatan <onatan@gmail.com>
12 lines
351 B
C
12 lines
351 B
C
--- 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. */
|
|
|