From 44e7c843207522824619e2f1c39f63ca0b85f096 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 16 Jul 2018 01:26:25 +0000 Subject: parse.y: Add comment for `rb_strterm_heredoc_struct.sourceline` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index 51f7d3f2f0..094341170b 100644 --- a/parse.y +++ b/parse.y @@ -566,7 +566,7 @@ typedef struct rb_strterm_literal_struct { } rb_strterm_literal_t; struct rb_strterm_heredoc_struct { - SIGNED_VALUE sourceline; + SIGNED_VALUE sourceline; /* lineno of the line that contains `<<"END"` */ VALUE term; /* `"END"` of `<<"END"` */ VALUE lastline; /* the string of line that contains `<<"END"` */ union { -- cgit v1.2.3