1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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:
matz 2000-08-29 06:38:26 +00:00
parent d363e0ff67
commit d1a3cd40ab
2 changed files with 8 additions and 3 deletions

7
ruby.c
View file

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