1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
aamine 2004-10-09 17:45:20 +00:00
parent 3f5c0f4f6f
commit 580a9e70e2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun Oct 10 02:43:13 2004 Minero Aoki <aamine@loveruby.net>
* parse.y [ripper]: \n between two comments disappeared.
Sat Oct 9 21:23:37 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/converter.rb: changed to try to use Iconv for default

View file

@ -5294,6 +5294,7 @@ parser_yylex(parser)
if (!fallthru) {
ripper_dispatch_scan_event(parser, tIGNORED_NL);
}
fallthru = Qfalse;
#endif
goto retry;
default: