diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-11 02:59:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-11 02:59:23 +0000 |
commit | fe3a57c48184a9845c839ae6b3f32fa30660f388 (patch) | |
tree | d887cd66f7b87a330f2b01cf86e39cc5153807cb /byterun.h | |
parent | 640b9ef65a730c6484f9d9597619ff4535510ea6 (diff) | |
download | perl-fe3a57c48184a9845c839ae6b3f32fa30660f388.tar.gz |
fix outdated bytecode.pl
p4raw-id: //depot/perl@1113
Diffstat (limited to 'byterun.h')
-rw-r--r-- | byterun.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -15,9 +15,6 @@ struct bytestream { int (*fread)(char *, size_t, size_t, void*); void (*freadpv)(U32, void*); }; -void byterun _((struct bytestream)); -/* #else -void byterun _((PerlIO *)); */ #endif /* INDIRECT_BGET_MACROS */ void *bset_obj_store _((void *, I32)); |