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

@ -167,6 +167,7 @@ static void parser_core _((struct cparse_params*, VALUE, VALUE, int));
static void extract_utok _((struct cparse_params*, VALUE, VALUE*, VALUE*));
static VALUE catch_iter _((VALUE));
static VALUE do_reduce _((VALUE, VALUE, VALUE));
static VALUE call_scaniter _((VALUE));
#define REDUCE(v, act) \
@ -282,8 +283,6 @@ catch_scaniter(arr, data, self)
return Qnil;
}
static VALUE call_scaniter _((VALUE));
static void
wrap_yyparse(v)
struct cparse_params *v;