summaryrefslogtreecommitdiff
path: root/ext/ByteLoader
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-06 17:57:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-06 17:57:52 +0000
commitb78218b7f806d19fec2aa4d578cd6086927cd9ab (patch)
treeaf71f50c8ef8abc55c731855695298f50c849171 /ext/ByteLoader
parent37bd1396ea9d91e675e031705a61835c0083b20a (diff)
downloadperl-b78218b7f806d19fec2aa4d578cd6086927cd9ab.tar.gz
misc tweaks
p4raw-id: //depot/perl@4086
Diffstat (limited to 'ext/ByteLoader')
-rw-r--r--ext/ByteLoader/byterun.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/ByteLoader/byterun.h b/ext/ByteLoader/byterun.h
index 9634688b20..3b8f77642c 100644
--- a/ext/ByteLoader/byterun.h
+++ b/ext/ByteLoader/byterun.h
@@ -151,12 +151,7 @@ enum {
OPt_COP /* 10 */
};
-#if defined(CYGWIN)
-extern
-#else
-EXT
-#endif
-void byterun(pTHXo_ struct bytestream bs);
+extern void byterun(pTHXo_ struct bytestream bs);
#define INIT_SPECIALSV_LIST STMT_START { \
PL_specialsv_list[0] = Nullsv; \