summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorfawaka@gmail.com (via RT) <perlbug-followup@perl.org>2009-01-25 19:24:16 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-25 19:24:16 +0100
commit29a982501afd0b6251fec676d85802868da00305 (patch)
tree02fe3540e6ee46ca5fef1a783d753c67ef1c84ac /XSUB.h
parent1ffb79efad2c9e6f301eaa7cc3087e2bd72e48a5 (diff)
downloadperl-29a982501afd0b6251fec676d85802868da00305.tar.gz
[perl #57176] Including XSUB.h before perl.h gives nasty error
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/XSUB.h b/XSUB.h
index 2d95b1e702..5334cfc4f2 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -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