summaryrefslogtreecommitdiff
path: root/bytecode.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 /bytecode.h
parent640b9ef65a730c6484f9d9597619ff4535510ea6 (diff)
downloadperl-fe3a57c48184a9845c839ae6b3f32fa30660f388.tar.gz
fix outdated bytecode.pl
p4raw-id: //depot/perl@1113
Diffstat (limited to 'bytecode.h')
-rw-r--r--bytecode.h2
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)
/*