summaryrefslogtreecommitdiff
path: root/byterun.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-11 02:59:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-11 02:59:23 +0000
commitfe3a57c48184a9845c839ae6b3f32fa30660f388 (patch)
treed887cd66f7b87a330f2b01cf86e39cc5153807cb /byterun.h
parent640b9ef65a730c6484f9d9597619ff4535510ea6 (diff)
downloadperl-fe3a57c48184a9845c839ae6b3f32fa30660f388.tar.gz
fix outdated bytecode.pl
p4raw-id: //depot/perl@1113
Diffstat (limited to 'byterun.h')
-rw-r--r--byterun.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/byterun.h b/byterun.h
index d5ff00bdbe..e8f4cc1e3c 100644
--- a/byterun.h
+++ b/byterun.h
@@ -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));