projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
64c97ac
)
Fool. That should be I32 everywhere.
Nicholas Clark [Sat, 21 May 2005 15:59:30 +0000 (15:59 +0000)]
p4raw-id: //depot/perl@24529
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
4daaf33
..
4bc252e
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-2292,7
+2292,7
@@
Perl_hv_placeholders_get(pTHX_ HV *hv)
}
void
-Perl_hv_placeholders_set(pTHX_ HV *hv, IV ph)
+Perl_hv_placeholders_set(pTHX_ HV *hv, I32 ph)
{
dVAR;
MAGIC *mg = mg_find((SV*)hv, PERL_MAGIC_rhash);