diff options
Diffstat (limited to 'byterun.c')
-rw-r--r-- | byterun.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,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; |