--- embedaddon/pcre/pcre_chartables.c.dist 2012/02/21 23:05:51 1.1.1.1 +++ embedaddon/pcre/pcre_chartables.c.dist 2014/06/15 19:46:04 1.1.1.3 @@ -26,7 +26,7 @@ unit might reference this" and so it will always be su #include "pcre_internal.h" -const unsigned char _pcre_default_tables[] = { +const pcre_uint8 PRIV(default_tables)[] = { /* This table is a lower casing table. */ @@ -163,7 +163,7 @@ graph, print, punct, and cntrl. Other classes are buil */ 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 0- 7 */ - 0x00,0x01,0x01,0x00,0x01,0x01,0x00,0x00, /* 8- 15 */ + 0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, /* 8- 15 */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 16- 23 */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 24- 31 */ 0x01,0x00,0x00,0x00,0x80,0x00,0x00,0x00, /* - ' */