diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-06-02 18:03:40 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-06-02 18:03:40 +0000 |
commit | 8e64067cc0746c66ce29ab0f883482c0562b5dd7 (patch) | |
tree | 1b3a82b7b87ee3bcea9fcf5a89471899319338c8 /XSUB.h | |
parent | 292890215fdbc36b4a0e17df565919fb3f5b8694 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |