mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Should be true fix for r66200
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3aad15922
commit
8b14bd4e14
2 changed files with 1 additions and 5 deletions
|
@ -2163,11 +2163,6 @@ rb_array_const_ptr(VALUE a)
|
|||
return rb_array_const_ptr_transient(a);
|
||||
}
|
||||
|
||||
/* fix related to r66200 */
|
||||
#ifdef __INTEL_COMPILER
|
||||
VALUE *rb_ary_ptr_use_start(VALUE ary);
|
||||
#endif
|
||||
|
||||
/* internal function. do not use this function */
|
||||
static inline VALUE *
|
||||
rb_array_ptr_use_start(VALUE a, int allow_transient)
|
||||
|
|
|
@ -2223,6 +2223,7 @@ VALUE rb_thread_io_blocking_region(rb_blocking_function_t *func, void *data1, in
|
|||
|
||||
/* array.c (export) */
|
||||
void rb_ary_detransient(VALUE a);
|
||||
VALUE *rb_ary_ptr_use_start(VALUE ary);
|
||||
|
||||
/* bignum.c (export) */
|
||||
VALUE rb_big_mul_normal(VALUE x, VALUE y);
|
||||
|
|
Loading…
Add table
Reference in a new issue