mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix r66200 again
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e824e21beb
commit
ce37214a45
1 changed files with 1 additions and 1 deletions
|
@ -1296,7 +1296,7 @@ VALUE rb_to_array_type(VALUE obj);
|
|||
VALUE rb_check_to_array(VALUE ary);
|
||||
VALUE rb_ary_tmp_new_from_values(VALUE, long, const VALUE *);
|
||||
VALUE rb_ary_behead(VALUE, long);
|
||||
void rb_ary_detransient(VALUE a);
|
||||
VALUE *rb_ary_ptr_use_start(VALUE ary);
|
||||
#if defined(__GNUC__) && defined(HAVE_VA_ARGS_MACRO)
|
||||
#define rb_ary_new_from_args(n, ...) \
|
||||
__extension__ ({ \
|
||||
|
|
Loading…
Reference in a new issue