mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
re-add function prototypes
This commit reverts a part of0e8219f591
which broke icc. See also20191120
T010006Z.fail.html.gz
This commit is contained in:
parent
f90b22e3dc
commit
7608baf92a
1 changed files with 5 additions and 0 deletions
|
@ -2390,6 +2390,11 @@ const char *rb_objspace_data_type_name(VALUE obj);
|
|||
/* Temporary. This API will be removed (renamed). */
|
||||
VALUE rb_thread_io_blocking_region(rb_blocking_function_t *func, void *data1, int fd);
|
||||
|
||||
/* array.c (export) */
|
||||
void rb_ary_detransient(VALUE a);
|
||||
VALUE *rb_ary_ptr_use_start(VALUE ary);
|
||||
void rb_ary_ptr_use_end(VALUE ary);
|
||||
|
||||
/* bignum.c (export) */
|
||||
VALUE rb_big_mul_normal(VALUE x, VALUE y);
|
||||
VALUE rb_big_mul_balance(VALUE x, VALUE y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue