summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>1999-05-12 21:25:54 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-05-17 08:26:21 +0000
commitae3e33da55b7e76a62ef5e3181247b7b185a89fe (patch)
tree3d53229a1881c9ddf922b9b45cc7e3f2d0da37c6 /XSUB.h
parented83684f6b46f0b7742ba6651d4ebb2198bb91ea (diff)
downloadperl-ae3e33da55b7e76a62ef5e3181247b7b185a89fe.tar.gz
additional cleanups for cygwin32 port
Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
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 13e5de4f59..9e82530710 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -6,8 +6,6 @@
# else
# if defined(CYGWIN32) && defined(USE_DYNAMIC_LOADING)
# define XS(name) __declspec(dllexport) void name(CV* cv)
- extern struct _reent *_impure_ptr;
- void impure_setup(struct _reent *_impure_ptrMain);
# else
# define XS(name) void name(CV* cv)
# endif