Diff for /embedaddon/pcre/pcre_chartables.c.dist between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:05:51 version 1.1.1.2, 2013/07/22 08:25:55
Line 26  unit might reference this" and so it will always be su Line 26  unit might reference this" and so it will always be su
   
 #include "pcre_internal.h"  #include "pcre_internal.h"
   
const unsigned char _pcre_default_tables[] = {const pcre_uint8 PRIV(default_tables)[] = {
   
 /* This table is a lower casing table. */  /* This table is a lower casing table. */
   

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>