summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-12-06 21:33:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-12-06 21:33:22 +0000
commit243d6ab3aef600d61cccf45a3b1140e272a49e86 (patch)
tree64861707fec787d99fa4dfa59867730ac6113cdb /pp_hot.c
parent091c87b15dfb1c6df2cfc68045c100bbfda9d509 (diff)
downloadperl-243d6ab3aef600d61cccf45a3b1140e272a49e86.tar.gz
Missing thingies.
p4raw-id: //depot/perl@21863
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index d8ccf6d4c3..208d89b2c3 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -901,7 +901,7 @@ PP(pp_rv2hv)
}
else if (gimme == G_SCALAR) {
dTARGET;
- TARG = Perl_hv_scalar(hv);
+ TARG = Perl_hv_scalar(aTHX_ hv);
SETTARG;
}
RETURN;