diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-06 17:57:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-06 17:57:52 +0000 |
commit | b78218b7f806d19fec2aa4d578cd6086927cd9ab (patch) | |
tree | af71f50c8ef8abc55c731855695298f50c849171 /ext | |
parent | 37bd1396ea9d91e675e031705a61835c0083b20a (diff) | |
download | perl-b78218b7f806d19fec2aa4d578cd6086927cd9ab.tar.gz |
misc tweaks
p4raw-id: //depot/perl@4086
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ByteLoader/byterun.h | 7 |
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; \ |