From d75ce6849c410bc036e31e277356c75cd948ff95 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Mon, 4 Jul 2005 08:53:49 -0500 Subject: [PATCH] Better string constant in hv.c Message-ID: <20050704185349.GA2351@petdance.com> p4raw-id: //depot/perl@25077 --- hv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4