1
0
Fork 0
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:
nobu 2002-04-01 07:58:09 +00:00
parent 1550277b34
commit d79c23b0db
3 changed files with 10 additions and 5 deletions

View file

@ -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;