summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-18 15:55:08 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-18 15:55:08 -0800
commit4aaab439d81c52dd6150227087c2be99d3be4868 (patch)
tree7533d4b16b6d24c3091619895ada214344c66fda /util.c
parent9c7c165124c94d8ec5e4aae6393b20789ac90c10 (diff)
downloadperl-4aaab439d81c52dd6150227087c2be99d3be4868.tar.gz
Fix threaded build
Commit a7999c0893, you are at fault!
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 866565a57e..1e3eea1193 100644
--- a/util.c
+++ b/util.c
@@ -6562,7 +6562,7 @@ Perl_get_db_sub(pTHX_ SV **svp, CV *cv)
!( (SvTYPE(*svp) == SVt_PVGV)
&& (GvCV((const GV *)*svp) == cv)
/* Use GV from the stack as a fallback. */
- && S_gv_has_usable_name(gv = (GV *)*svp)
+ && S_gv_has_usable_name(aTHX_ gv = (GV *)*svp)
)
)
)) {