summaryrefslogtreecommitdiff
path: root/byterun.h
diff options
context:
space:
mode:
authorSpider Boardman <spider@orb.nashua.nh.us>1998-02-28 21:02:47 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-05 18:46:32 +0000
commit4b534093594d92b34206e8072899488b51e4421c (patch)
tree97e46192cbbf1b0dfd4e666dea3bb653ef7c740f /byterun.h
parentb6917549c1d9faccceb8c8d200e8d408a1f58a1d (diff)
downloadperl-4b534093594d92b34206e8072899488b51e4421c.tar.gz
Almost OK: 5.004_61 (threads, perlio)
p4raw-id: //depot/perl@774
Diffstat (limited to 'byterun.h')
-rw-r--r--byterun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun.h b/byterun.h
index edc043ddf1..85342b8562 100644
--- a/byterun.h
+++ b/byterun.h
@@ -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));