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:
parent
564222ba27
commit
1ecdc6a115
4 changed files with 20 additions and 0 deletions
|
@ -420,6 +420,8 @@ 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