1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/racc/cparse/cparse.c: prototype; call_scaniter().

* ext/sdbm/init.c: prototype; each_pair().
* ext/tcltklib/tcltklib.c: prototypes; _timer_for_tcl() and ip_ruby(),
  Nobu's patch at [ruby-dev:14483].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2002-04-01 06:21:24 +00:00
parent 564222ba27
commit 1ecdc6a115
4 changed files with 20 additions and 0 deletions

View file

@ -420,6 +420,8 @@ update_i(pair, dbm)
return Qnil;
}
static VALUE each_pair _((VALUE));
static VALUE
fsdbm_update(obj, other)
VALUE obj, other;