projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a560f29
)
Declaration nit spotted by Jarkko
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 23 May 2005 11:38:34 +0000
(11:38 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 23 May 2005 11:38:34 +0000
(11:38 +0000)
p4raw-id: //depot/perl@24550
hv.c
patch
|
blob
|
history
diff --git
a/hv.c
b/hv.c
index
e14f7ab
..
2996a8e
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-1635,7
+1635,7
@@
Perl_hv_undef(pTHX_ HV *hv)
}
struct xpvhv_aux*
-S_hv_auxinit(
a
THX) {
+S_hv_auxinit(
p
THX) {
struct xpvhv_aux *iter;
New(0, iter, 1, struct xpvhv_aux);