mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Introduce Numeric Node's
This commit is contained in:
parent
76afbda5b5
commit
1b8d01136c
13 changed files with 595 additions and 92 deletions
|
@ -226,6 +226,7 @@ struct rb_imemo_tmpbuf_struct {
|
|||
#define rb_big_norm p->config->big_norm
|
||||
#define rb_cstr_to_inum p->config->cstr_to_inum
|
||||
|
||||
#undef rb_float_new
|
||||
#define rb_float_new p->config->float_new
|
||||
#undef RFLOAT_VALUE
|
||||
#define RFLOAT_VALUE p->config->float_value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue