Skip to content

Commit

Permalink
* tool/insns2vm.rb: remove -Kn option in shebang line because it's
Browse files Browse the repository at this point in the history
	  inconsistent with -Ks commandline option in common.mk.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Oct 17, 2008
1 parent 3b8bc29 commit 68222eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Fri Oct 17 10:26:13 2008 NAKAMURA Usaku <usa@ruby-lang.org>

* 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@fsij.org>

* transcode.c (transcode_restartable0): in_pos and out_pos never be
Expand Down
2 changes: 1 addition & 1 deletion tool/insns2vm.rb
@@ -1,4 +1,4 @@
#!ruby -Kn
#!ruby

require 'optparse'

Expand Down

0 comments on commit 68222eb

Please sign in to comment.