--- code/trunk/dftables.c 2007/02/24 21:39:21 43 +++ code/trunk/dftables.c 2007/02/24 21:39:42 53 @@ -8,7 +8,7 @@ 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 @@ int main(void) { int i; -unsigned const char *tables = pcre_maketables(); +const unsigned char *tables = pcre_maketables(); printf( "/*************************************************\n"