diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | parse.y | 1 |
2 files changed, 5 insertions, 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> * lib/rss/converter.rb: changed to try to use Iconv for default @@ -5294,6 +5294,7 @@ parser_yylex(parser) if (!fallthru) { ripper_dispatch_scan_event(parser, tIGNORED_NL); } + fallthru = Qfalse; #endif goto retry; default: |