summaryrefslogtreecommitdiff
path: root/byterun.c
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.c
parent640b9ef65a730c6484f9d9597619ff4535510ea6 (diff)
downloadperl-fe3a57c48184a9845c839ae6b3f32fa30660f388.tar.gz
fix outdated bytecode.pl
p4raw-id: //depot/perl@1113
Diffstat (limited to 'byterun.c')
-rw-r--r--byterun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun.c b/byterun.c
index 90c07d1774..26cb5ac1e9 100644
--- a/byterun.c
+++ b/byterun.c
@@ -39,7 +39,7 @@ void byterun(PerlIO *fp)
case INSN_COMMENT: /* 35 */
{
comment_t arg;
- BGET_comment(arg);
+ BGET_comment_t(arg);
arg = arg;
break;
}