summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/dftables.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-11-05 20:58:04 -0800
committerRasmus Lerdorf <rasmus@php.net>2012-11-05 20:58:04 -0800
commita983ded9bd0df0acd81755704a29ff098c4a6808 (patch)
treed034a88119f878cb29f89a242c100ee20e780400 /ext/pcre/pcrelib/dftables.c
parentf8c280d85a3fc5b02e9b19f4e23ddac233abf1e4 (diff)
parent3fe3029ecb9f121eb6f535970d5cd18ecc8373a6 (diff)
downloadphp-git-a983ded9bd0df0acd81755704a29ff098c4a6808.tar.gz
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
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 63fc7074ec..763ac8c64f 100644
--- a/ext/pcre/pcrelib/dftables.c
+++ b/ext/pcre/pcrelib/dftables.c
@@ -6,7 +6,7 @@
and semantics are as close as possible to those of the Perl 5 language.
Written by Philip Hazel
- Copyright (c) 1997-2008 University of Cambridge
+ Copyright (c) 1997-2012 University of Cambridge
-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -112,7 +112,7 @@ fprintf(f,
"#endif\n\n"
"#include \"pcre_internal.h\"\n\n");
fprintf(f,
- "const unsigned char _pcre_default_tables[] = {\n\n"
+ "const pcre_uint8 PRIV(default_tables)[] = {\n\n"
"/* This table is a lower casing table. */\n\n");
fprintf(f, " ");