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 /bytecode.h | |
parent | 640b9ef65a730c6484f9d9597619ff4535510ea6 (diff) | |
download | perl-fe3a57c48184a9845c839ae6b3f32fa30660f388.tar.gz |
fix outdated bytecode.pl
p4raw-id: //depot/perl@1113
Diffstat (limited to 'bytecode.h')
-rw-r--r-- | bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.h b/bytecode.h index 3e8a6a9ead..dd08c95ada 100644 --- a/bytecode.h +++ b/bytecode.h @@ -62,7 +62,7 @@ EXT I32 obj_list_fill INIT(-1); } STMT_END #endif /* INDIRECT_BGET_MACROS */ -#define BGET_comment(arg) \ +#define BGET_comment_t(arg) \ do { arg = BGET_FGETC(); } while (arg != '\n' && arg != EOF) /* |