summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-09 17:45:20 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-09 17:45:20 +0000
commit580a9e70e2a35d1c5de6632d7d434c206173e1fe (patch)
tree17fb7f0bdc32363dfa7c79622c4e30bcd854cb99 /parse.y
parent3f5c0f4f6ff6a34189d578ed7f6bfbb240400109 (diff)
* parse.y [ripper]: \n between two comments disappeared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 64e25cc07b..22bbabf0db 100644
--- a/parse.y
+++ b/parse.y
@@ -5294,6 +5294,7 @@ parser_yylex(parser)
if (!fallthru) {
ripper_dispatch_scan_event(parser, tIGNORED_NL);
}
+ fallthru = Qfalse;
#endif
goto retry;
default: