From 8c3a0f6ca6a8f3a02c3394507eb4284c1017dba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Fri, 20 Mar 2020 21:15:43 +0000 Subject: Remove PERL_GLOBAL_STRUCT This was originally added for MinGW, which no longer needs it, and only still used by Symbian, which is now removed. This also leaves perlapi.[ch] empty, but we keep the header for CPAN backwards compatibility. --- XSUB.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'XSUB.h') diff --git a/XSUB.h b/XSUB.h index 1ee94af64c..e3147ce9fb 100644 --- a/XSUB.h +++ b/XSUB.h @@ -471,8 +471,6 @@ Rethrows a previously caught exception. See L. # define VTBL_amagicelem &PL_vtbl_amagicelem #endif -#include "perlapi.h" - #if defined(PERL_IMPLICIT_CONTEXT) && !defined(PERL_NO_GET_CONTEXT) && !defined(PERL_CORE) # undef aTHX # undef aTHX_ -- cgit v1.2.1