提交 d1a3cd40 编写于 作者: M matz

matz


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
上级 d363e0ff
Tue Aug 29 15:18:20 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.c (proc_options): the value of -K may be empty.
Sat Aug 26 01:37:09 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* configure.in: check _mktemp.
......
......@@ -405,9 +405,10 @@ proc_options(argcp, argvp)
break;
case 'K':
s++;
rb_set_kcode(s);
s++;
if (*++s) {
rb_set_kcode(s);
s++;
}
goto reswitch;
case 'T':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册