summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-07-04 08:53:49 -0500
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-07-04 18:47:02 +0000
commitd75ce6849c410bc036e31e277356c75cd948ff95 (patch)
treedfe6f34cffe187af50e8d271c6c81c07e7698372 /hv.c
parent881ddac440be76a777774183e9031345029c20ad (diff)
downloadperl-d75ce6849c410bc036e31e277356c75cd948ff95.tar.gz
Better string constant in hv.c
Message-ID: <20050704185349.GA2351@petdance.com> p4raw-id: //depot/perl@25077
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 2d244f6f45..ee332c257f 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