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/racc/cparse/cparse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/racc') diff --git a/ext/racc/cparse/cparse.c b/ext/racc/cparse/cparse.c index 7607364890..7ec12b9a98 100644 --- a/ext/racc/cparse/cparse.c +++ b/ext/racc/cparse/cparse.c @@ -282,6 +282,8 @@ catch_scaniter(arr, data, self) return Qnil; } +static VALUE call_scaniter _((VALUE)); + static void wrap_yyparse(v) struct cparse_params *v; -- cgit v1.2.3