projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c33269f
)
Another missing 'static' picked up by one of Merijn's smokers.
Nicholas Clark [Sat, 20 Sep 2008 16:21:00 +0000 (16:21 +0000)]
p4raw-id: //depot/perl@34383
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
0cbb483
..
4536b70
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-2801,7
+2801,7
@@
Perl_refcounted_he_new(pTHX_ struct refcounted_he *const parent,
value_len);
}
-struct refcounted_he *
+static struct refcounted_he *
S_refcounted_he_new_common(pTHX_ struct refcounted_he *const parent,
const char *const key_p, const STRLEN key_len,
const char flags, char value_type,