summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2004-06-02 18:03:40 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2004-06-02 18:03:40 +0000
commit8e64067cc0746c66ce29ab0f883482c0562b5dd7 (patch)
tree1b3a82b7b87ee3bcea9fcf5a89471899319338c8 /XSUB.h
parent292890215fdbc36b4a0e17df565919fb3f5b8694 (diff)
downloadperl-8e64067cc0746c66ce29ab0f883482c0562b5dd7.tar.gz
Make change #22889 work for threaded builds, Part 2.
p4raw-link: @22889 on //depot/perl: e1f795dc699c88c2d9eb4a46fe629483760393c2 p4raw-id: //depot/perl@22897
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index 77b94415db..43064548bf 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -114,7 +114,7 @@ is a lexical $_ in scope.
#define XSINTERFACE_FUNC_SET(cv,f) \
CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
-#define dUNDERBAR I32 padoff_du = Perl_find_rundefsvoffset()
+#define dUNDERBAR I32 padoff_du = find_rundefsvoffset()
#define UNDERBAR ((padoff_du == NOT_IN_PAD \
|| PAD_COMPNAME_FLAGS(padoff_du) & SVpad_OUR) \
? DEFSV : PAD_SVl(padoff_du))