From: Andy Lester Date: Mon, 4 Jul 2005 13:53:49 +0000 (-0500) Subject: Better string constant in hv.c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d75ce6849c410bc036e31e277356c75cd948ff95;p=p5sagit%2Fp5-mst-13.2.git Better string constant in hv.c Message-ID: <20050704185349.GA2351@petdance.com> p4raw-id: //depot/perl@25077 --- diff --git a/hv.c b/hv.c index 2d244f6..ee332c2 100644 --- 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