diff options
Diffstat (limited to 'byterun.h')
-rw-r--r-- | byterun.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ struct bytestream { }; void byterun _((struct bytestream)); #else -void byterun _((FILE *)); +void byterun _((PerlIO *)); #endif /* INDIRECT_BGET_MACROS */ void *bset_obj_store _((void *, I32)); |