This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Better string constant in hv.c
authorAndy Lester <andy@petdance.com>
Mon, 4 Jul 2005 13:53:49 +0000 (08:53 -0500)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 4 Jul 2005 18:47:02 +0000 (18:47 +0000)
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