ruby-changes:8287
From: usa <ko1@a...>
Date: Fri, 17 Oct 2008 10:30:29 +0900 (JST)
Subject: [ruby-changes:8287] Ruby:r19815 (trunk): * tool/insns2vm.rb: remove -Kn option in shebang line because it's
usa 2008-10-17 10:30:13 +0900 (Fri, 17 Oct 2008) New Revision: 19815 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19815 Log: * tool/insns2vm.rb: remove -Kn option in shebang line because it's inconsistent with -Ks commandline option in common.mk. Modified files: trunk/ChangeLog trunk/tool/insns2vm.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 19814) +++ ChangeLog (revision 19815) @@ -1,3 +1,8 @@ +Fri Oct 17 10:26:13 2008 NAKAMURA Usaku <usa@r...> + + * tool/insns2vm.rb: remove -Kn option in shebang line because it's + inconsistent with -Ks commandline option in common.mk. + Fri Oct 17 01:26:09 2008 Tanaka Akira <akr@f...> * transcode.c (transcode_restartable0): in_pos and out_pos never be Index: tool/insns2vm.rb =================================================================== --- tool/insns2vm.rb (revision 19814) +++ tool/insns2vm.rb (revision 19815) @@ -1,4 +1,4 @@ -#!ruby -Kn +#!ruby require 'optparse' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/