diff options
Diffstat (limited to 'ext/ByteLoader/byterun.h')
-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; \ |