diff options
author | Andy Lester <andy@petdance.com> | 2005-07-04 08:53:49 -0500 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-04 18:47:02 +0000 |
commit | d75ce6849c410bc036e31e277356c75cd948ff95 (patch) | |
tree | dfe6f34cffe187af50e8d271c6c81c07e7698372 /hv.c | |
parent | 881ddac440be76a777774183e9031345029c20ad (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |