summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index 76b9f1041d..241ac40e49 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -118,10 +118,8 @@
#if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_NO_GET_CONTEXT) && !defined(PERL_CORE)
# undef aTHX
# undef aTHX_
-# undef _aTHX
# define aTHX PERL_GET_THX
# define aTHX_ aTHX,
-# define _aTHX ,aTHX
#endif
#if defined(PERL_CAPI)