mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/sdbm/init.c (each_pair): moved prototype before the
definition. * ext/racc/cparse/cparse.c (call_scaniter): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1550277b34
commit
d79c23b0db
3 changed files with 10 additions and 5 deletions
|
@ -399,6 +399,8 @@ fsdbm_invert(obj)
|
|||
return hash;
|
||||
}
|
||||
|
||||
static VALUE each_pair _((VALUE));
|
||||
|
||||
static VALUE
|
||||
each_pair(obj)
|
||||
VALUE obj;
|
||||
|
@ -420,8 +422,6 @@ update_i(pair, dbm)
|
|||
return Qnil;
|
||||
}
|
||||
|
||||
static VALUE each_pair _((VALUE));
|
||||
|
||||
static VALUE
|
||||
fsdbm_update(obj, other)
|
||||
VALUE obj, other;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue