summaryrefslogtreecommitdiff
path: root/srclib/pcre/dftables.c
diff options
context:
space:
mode:
Diffstat (limited to 'srclib/pcre/dftables.c')
-rw-r--r--srclib/pcre/dftables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/srclib/pcre/dftables.c b/srclib/pcre/dftables.c
index d572dfd3e6..fe4ffcdb7a 100644
--- a/srclib/pcre/dftables.c
+++ b/srclib/pcre/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"