- Add LICENSE details (both GPLv2 and AMAP license must be accepted) - Refactor patches with makepatch (pet portlint) Changes this release: https://www.thc.org/thc-amap/ PR: 212658 Approved by: onatan@gmail.com (maintainer), adamw (mentor)
12 lines
366 B
C
12 lines
366 B
C
--- pcre-3.9/chartables.c.orig 2011-04-20 15:10:17 UTC
|
|
+++ pcre-3.9/chartables.c
|
|
@@ -10,7 +10,7 @@ This file is #included in the compilatio
|
|
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. */
|
|
|