mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d363e0ff67
commit
d1a3cd40ab
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
3
ruby.c
3
ruby.c
|
@ -405,9 +405,10 @@ proc_options(argcp, argvp)
|
|||
break;
|
||||
|
||||
case 'K':
|
||||
s++;
|
||||
if (*++s) {
|
||||
rb_set_kcode(s);
|
||||
s++;
|
||||
}
|
||||
goto reswitch;
|
||||
|
||||
case 'T':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue