1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Moved rb_int_positive_pow declaration [Feature #18051]

This commit is contained in:
Nobuyoshi Nakada 2021-07-28 19:09:38 +09:00
parent c38c2d8ee2
commit 5d99800d01
Notes: git 2021-08-24 10:38:06 +09:00
2 changed files with 1 additions and 1 deletions

View file

@ -36,6 +36,7 @@ VALUE rb_num_coerce_bit(VALUE, VALUE, ID);
VALUE rb_num2fix(VALUE);
VALUE rb_fix2str(VALUE, int);
CONSTFUNC(VALUE rb_dbl_cmp(double, double));
RUBY_EXTERN VALUE rb_int_positive_pow(long x, unsigned long y);
RBIMPL_SYMBOL_EXPORT_END()

View file

@ -97,7 +97,6 @@ static inline bool FLOAT_ZERO_P(VALUE num);
RUBY_SYMBOL_EXPORT_BEGIN
/* numeric.c (export) */
VALUE rb_int_positive_pow(long x, unsigned long y);
RUBY_SYMBOL_EXPORT_END
MJIT_SYMBOL_EXPORT_BEGIN