summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 21:53:03 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 21:53:03 +0000
commit5141f98e1f2246ec68c50524e948acf8e11514ab (patch)
tree13257a95ee1d2087302fdeb355cca930285db4f6
parent671c33bff945cf11371c6f4b51ad63cb17e83f55 (diff)
downloadperl-5141f98e1f2246ec68c50524e948acf8e11514ab.tar.gz
const const bad bad.
gcc bad bad too, because it didn't grumble one bit. (or two, for that matter). p4raw-id: //depot/perl@25910
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 28947a361c..1b8c168423 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1237,7 +1237,7 @@ Perl_to_uni_lower_lc(pTHX_ U32 c)
}
bool
-S_is_utf8_common(pTHX_ const U8 const *p, SV **swash,
+S_is_utf8_common(pTHX_ const U8 *const p, SV **swash,
const char *const swashname)
{
if (!is_utf8_char(p))