diff options
Diffstat (limited to 'ext/ByteLoader/byterun.h')
-rw-r--r-- | ext/ByteLoader/byterun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ByteLoader/byterun.h b/ext/ByteLoader/byterun.h index 3c5b2343c5..3a0381f3be 100644 --- a/ext/ByteLoader/byterun.h +++ b/ext/ByteLoader/byterun.h @@ -173,6 +173,8 @@ EXT int PL_optype_size[] #endif /* DOINIT */ ; +EXT void byterun(pTHXo_ struct bytestream bs); + #define INIT_SPECIALSV_LIST STMT_START { \ PL_specialsv_list[0] = Nullsv; \ PL_specialsv_list[1] = &PL_sv_undef; \ |