Better string constant in hv.c
Andy Lester [Mon, 4 Jul 2005 13:53:49 +0000 (08:53 -0500)]
Message-ID: <20050704185349.GA2351@petdance.com>

p4raw-id: //depot/perl@25077

hv.c

diff --git a/hv.c b/hv.c
index 2d244f6..ee332c2 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -33,7 +33,7 @@ holds the key and hash value.
 
 #define HV_MAX_LENGTH_BEFORE_SPLIT 14
 
-static const char *const S_strtab_error
+static const char S_strtab_error[]
     = "Cannot modify shared string table in hv_%s";
 
 STATIC void