This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffb79e
)
[perl #57176] Including XSUB.h before perl.h gives nasty error
author
fawaka@gmail.com (via RT)
<perlbug-followup@perl.org>
Sun, 25 Jan 2009 18:24:16 +0000
(19:24 +0100)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sun, 25 Jan 2009 18:24:16 +0000
(19:24 +0100)
XSUB.h
patch
|
blob
|
blame
|
history
diff --git
a/XSUB.h
b/XSUB.h
index
2d95b1e
..
5334cfc
100644
(file)
--- 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