This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881ddac
)
Better string constant in hv.c
author
Andy Lester
<andy@petdance.com>
Mon, 4 Jul 2005 13:53:49 +0000
(08:53 -0500)
committer
H.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
patch
|
blob
|
blame
|
history
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