summaryrefslogtreecommitdiff
path: root/dftables.c
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:42 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:42 +0000
commit93751f5e0bbc35cf20c27d1e17c070555671f4f1 (patch)
tree8f552f729ff6fee21de091d696e94e2890931c7d /dftables.c
parente87cad160ebb5eefbd74344fc0c78318432ae433 (diff)
downloadpcre-93751f5e0bbc35cf20c27d1e17c070555671f4f1.tar.gz
Load pcre-3.5 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@53 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'dftables.c')
-rw-r--r--dftables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dftables.c b/dftables.c
index d572dfd..fe4ffcd 100644
--- a/dftables.c
+++ b/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"