mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00: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
@ -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…
x
Reference in New Issue
Block a user