mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ANSI C requires a named argument before `...'
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b664645ddc
commit
cc3b6901b2
1 changed files with 1 additions and 1 deletions
2
intern.h
2
intern.h
|
@ -164,7 +164,7 @@ VALUE rb_f_require _((VALUE, VALUE));
|
|||
void rb_obj_call_init _((VALUE, int, VALUE*));
|
||||
VALUE rb_class_new_instance _((int, VALUE*, VALUE));
|
||||
VALUE rb_f_lambda _((void));
|
||||
VALUE rb_proc_new _((VALUE (*)(.../* VALUE yieldarg[, VALUE procarg] */), VALUE));
|
||||
VALUE rb_proc_new _((VALUE (*)(ANYARGS/* VALUE yieldarg[, VALUE procarg] */), VALUE));
|
||||
VALUE rb_protect _((VALUE (*)(VALUE), VALUE, int*));
|
||||
void rb_set_end_proc _((void (*)(VALUE), VALUE));
|
||||
void rb_mark_end_proc _((void));
|
||||
|
|
Loading…
Reference in a new issue