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:
parent
3f5c0f4f6f
commit
580a9e70e2
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
Sat Oct 9 21:23:37 2004 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
* lib/rss/converter.rb: changed to try to use Iconv for default
|
* lib/rss/converter.rb: changed to try to use Iconv for default
|
||||||
|
|
1
parse.y
1
parse.y
|
@ -5294,6 +5294,7 @@ parser_yylex(parser)
|
||||||
if (!fallthru) {
|
if (!fallthru) {
|
||||||
ripper_dispatch_scan_event(parser, tIGNORED_NL);
|
ripper_dispatch_scan_event(parser, tIGNORED_NL);
|
||||||
}
|
}
|
||||||
|
fallthru = Qfalse;
|
||||||
#endif
|
#endif
|
||||||
goto retry;
|
goto retry;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue