yarv-diff:290
From: ko1 atdot.net
Date: 20 Feb 2006 17:15:04 -0000
Subject: [yarv-diff:290] r454 - trunk
Author: matz Date: 2006-02-21 02:15:04 +0900 (Tue, 21 Feb 2006) New Revision: 454 Modified: trunk/ChangeLog trunk/parse.y Log: 2006-02-21(Tue) 02:13:33 +900 Yukihiro Matsumoto <matz ruby-lang.org> * parse.y (f_arglist): should set command_start = Qtrue for command body. [ruby-talk:180648] Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-02-20 11:52:35 UTC (rev 453) +++ trunk/ChangeLog 2006-02-20 17:15:04 UTC (rev 454) @@ -4,6 +4,12 @@ # from Mon, 03 May 2004 01:24:19 +0900 # +2006-02-21(Tue) 02:13:33 +900 Yukihiro Matsumoto <matz ruby-lang.org> + + * parse.y (f_arglist): should set command_start = Qtrue for + command body. [ruby-talk:180648] + + 2006-02-20(Mon) 20:41:07 +0900 Koichi Sasada <ko1 atdot.net> * thread.c : fix to synchronize signal_thread_list access Modified: trunk/parse.y =================================================================== --- trunk/parse.y 2006-02-20 11:52:35 UTC (rev 453) +++ trunk/parse.y 2006-02-20 17:15:04 UTC (rev 454) @@ -4044,9 +4044,11 @@ /*%%%*/ $$ = $2; lex_state = EXPR_BEG; + command_start = Qtrue; /*% $$ = dispatch1(paren, $2); lex_state = EXPR_BEG; + command_start = Qtrue; %*/ } | f_args term -- ML: yarv-diff quickml.atdot.net Info: http://www.atdot.net/~ko1/quickml