mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19991206
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4263bb432a
commit
dee96209bf
23 changed files with 177 additions and 82 deletions
1
range.c
1
range.c
|
@ -30,6 +30,7 @@ static VALUE
|
|||
range_failed()
|
||||
{
|
||||
rb_raise(rb_eArgError, "bad value for range");
|
||||
return Qnil; /* dummy */
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue