summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/dftables.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-14 14:45:35 +0000
committerWez Furlong <wez@php.net>2002-09-14 14:45:35 +0000
commita2c6a6c186e75773eff4ad8f33e3d9c9c1089eaa (patch)
tree61bcf9351d8ef1637d00c57f3df3e88b37b5252d /ext/pcre/pcrelib/dftables.c
parent53b062387800dabf78bb06fd7b921b1325b3b846 (diff)
downloadphp-git-a2c6a6c186e75773eff4ad8f33e3d9c9c1089eaa.tar.gz
Update bundled pcrelib to 3.9.
# Tested under Linux only
Diffstat (limited to 'ext/pcre/pcrelib/dftables.c')
-rw-r--r--ext/pcre/pcrelib/dftables.c4
1 files changed, 2 insertions, 2 deletions
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 <ph10@cam.ac.uk>
- 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"