summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecode.pl b/bytecode.pl
index 4553edf9bc..2e3f9c6086 100644
--- a/bytecode.pl
+++ b/bytecode.pl
@@ -83,7 +83,7 @@ bset_obj_store(void *obj, I32 ix)
#ifdef INDIRECT_BGET_MACROS
void byterun(struct bytestream bs)
#else
-void byterun(FILE *fp)
+void byterun(PerlIO *fp)
#endif /* INDIRECT_BGET_MACROS */
{
dTHR;
@@ -167,7 +167,7 @@ struct bytestream {
};
void byterun _((struct bytestream));
#else
-void byterun _((FILE *));
+void byterun _((PerlIO *));
#endif /* INDIRECT_BGET_MACROS */
void *bset_obj_store _((void *, I32));