diff options
author | fawaka@gmail.com (via RT) <perlbug-followup@perl.org> | 2009-01-25 19:24:16 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-25 19:24:16 +0100 |
commit | 29a982501afd0b6251fec676d85802868da00305 (patch) | |
tree | 02fe3540e6ee46ca5fef1a783d753c67ef1c84ac /XSUB.h | |
parent | 1ffb79efad2c9e6f301eaa7cc3087e2bd72e48a5 (diff) | |
download | perl-29a982501afd0b6251fec676d85802868da00305.tar.gz |
[perl #57176] Including XSUB.h before perl.h gives nasty error
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -415,12 +415,6 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">. #endif #include "perlapi.h" -#ifndef PERL_MAD -# undef PL_madskills -# undef PL_xmlfp -# define PL_madskills 0 -# define PL_xmlfp 0 -#endif #if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_NO_GET_CONTEXT) && !defined(PERL_CORE) # undef aTHX |