1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/insns2vm.rb: remove -Kn option in shebang line because it's

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
This commit is contained in:
usa 2008-10-17 01:30:13 +00:00
parent 3b8bc290f4
commit 68222eb417
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#!ruby -Kn
#!ruby
require 'optparse'