1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/bigdecimal
Nobuyoshi Nakada 673759328c [ruby/bigdecimal] Remove checks for struct RRational and struct RComplex
These are used to see only if `RRATIONAL` and `RCOMPLEX` are
available, however, these two are macros and can be checked with
`#ifdef` directly.

https://github.com/ruby/bigdecimal/commit/175bbacd43
2022-07-14 21:02:02 +09:00
..
lib
missing
sample
bigdecimal.c [ruby/bigdecimal] Correct indentation in Kernel#BigDecimal 2022-07-02 07:58:20 +09:00
bigdecimal.gemspec
bigdecimal.h
bits.h
depend
extconf.rb [ruby/bigdecimal] Remove checks for struct RRational and struct RComplex 2022-07-14 21:02:02 +09:00
feature.h
missing.c
missing.h [ruby/bigdecimal] Remove checks for struct RRational and struct RComplex 2022-07-14 21:02:02 +09:00
static_assert.h