summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2019-11-11 17:37:14 +0900
committerNARUSE, Yui <naruse@airemix.jp>2019-11-11 17:37:14 +0900
commitba5b51ca5968314f5ca92fee0afaea44a78eb0b1 (patch)
treebd5b89d0e8302449d8aa2ab77f0c885a7ce32982 /parse.y
parent7d463e360b9c4718b17378eb52783116a01b884b (diff)
Revert "Elaborated EOF char message a little"
This reverts commit 6eaac7cfac668d6669be694fd7b723c4982ed218.
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 0eeb9756ff..039abc48d7 100644
--- a/parse.y
+++ b/parse.y
@@ -6209,7 +6209,7 @@ lex_goto_eol(struct parser_params *p)
for (; pcur < pend; pcur++) {
const char *eof = eof_char(*pcur);
if (eof) {
- rb_warning1("encountered EOF char(%s) in comment, just ignored in this version", WARN_S(eof));
+ rb_warning1("encountered %s in comment, just ignored in this version", WARN_S(eof));
break;
}
}