From 580a9e70e2a35d1c5de6632d7d434c206173e1fe Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 9 Oct 2004 17:45:20 +0000 Subject: * 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 --- ChangeLog | 4 ++++ parse.y | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7351f799f..29b631c865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 10 02:43:13 2004 Minero Aoki + + * parse.y [ripper]: \n between two comments disappeared. + Sat Oct 9 21:23:37 2004 Kouhei Sutou * lib/rss/converter.rb: changed to try to use Iconv for default 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: -- cgit v1.2.3