From 1ecdc6a115f48c880dff0cbc04f4de831480c748 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 1 Apr 2002 06:21:24 +0000 Subject: * 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 --- ext/sdbm/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/sdbm') diff --git a/ext/sdbm/init.c b/ext/sdbm/init.c index 5412dd8452..c5d20bf983 100644 --- a/ext/sdbm/init.c +++ b/ext/sdbm/init.c @@ -420,6 +420,8 @@ update_i(pair, dbm) return Qnil; } +static VALUE each_pair _((VALUE)); + static VALUE fsdbm_update(obj, other) VALUE obj, other; -- cgit v1.2.3