From a2c6a6c186e75773eff4ad8f33e3d9c9c1089eaa Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 14 Sep 2002 14:45:35 +0000 Subject: Update bundled pcrelib to 3.9. # Tested under Linux only --- ext/pcre/pcrelib/dftables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pcre/pcrelib/dftables.c') diff --git a/ext/pcre/pcrelib/dftables.c b/ext/pcre/pcrelib/dftables.c index d572dfd3e6..fe4ffcdb7a 100644 --- a/ext/pcre/pcrelib/dftables.c +++ b/ext/pcre/pcrelib/dftables.c @@ -8,7 +8,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by: Philip Hazel - Copyright (c) 1997-2000 University of Cambridge + Copyright (c) 1997-2001 University of Cambridge ----------------------------------------------------------------------------- Permission is granted to anyone to use this software for any purpose on any @@ -53,7 +53,7 @@ order to be consistent. */ int main(void) { int i; -unsigned const char *tables = pcre_maketables(); +const unsigned char *tables = pcre_maketables(); printf( "/*************************************************\n" -- cgit v1.2.1