diff options
author | Spider Boardman <spider@orb.nashua.nh.us> | 1998-02-28 21:02:47 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-05 18:46:32 +0000 |
commit | 4b534093594d92b34206e8072899488b51e4421c (patch) | |
tree | 97e46192cbbf1b0dfd4e666dea3bb653ef7c740f /byterun.c | |
parent | b6917549c1d9faccceb8c8d200e8d408a1f58a1d (diff) | |
download | perl-4b534093594d92b34206e8072899488b51e4421c.tar.gz |
Almost OK: 5.004_61 (threads, perlio)
p4raw-id: //depot/perl@774
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; |