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.c | |
parent | 640b9ef65a730c6484f9d9597619ff4535510ea6 (diff) | |
download | perl-fe3a57c48184a9845c839ae6b3f32fa30660f388.tar.gz |
fix outdated bytecode.pl
p4raw-id: //depot/perl@1113
Diffstat (limited to 'byterun.c')
-rw-r--r-- | byterun.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |