diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 13:04:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 13:04:45 +0000 |
commit | 6f4183fe04888927cb36b966262c959c5166404b (patch) | |
tree | 32ab99da98da61a8b85e3421019af7edf6cc1fe4 /XSUB.h | |
parent | 6570f7848406340d371b9f81689299e3b739279f (diff) | |
download | perl-6f4183fe04888927cb36b966262c959c5166404b.tar.gz |
enable function wrappers for access to globals under MULTIPLICITY
(provides binary compatibility in the face of changes in interpreter
structure)
p4raw-id: //depot/perl@4878
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -119,10 +119,8 @@ # define VTBL_amagicelem &PL_vtbl_amagicelem #endif -#if defined(PERL_OBJECT) || defined(PERL_CAPI) -# include "perlapi.h" -# include "objXSUB.h" -#endif /* PERL_OBJECT || PERL_CAPI */ +#include "perlapi.h" +#include "objXSUB.h" #if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_NO_GET_CONTEXT) && !defined(PERL_CORE) # undef aTHX |