diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-11-19 23:32:16 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-19 23:32:16 +0900 |
| commit | 1bb1df19d861de82239d9b41405061503a8fc157 (patch) | |
| tree | 2846e0387faee2ca5d86a67da4446c17af48fd87 /include | |
| parent | 125c66097464dce2968591f877f5e886e4f6058a (diff) | |
| parent | 351c9c80e786b6a3f3779cdf2d89879a58f35407 (diff) | |
| download | mruby-1bb1df19d861de82239d9b41405061503a8fc157.tar.gz mruby-1bb1df19d861de82239d9b41405061503a8fc157.zip | |
Merge pull request #4831 from shuujii/always-enable-the-rational-and-complex-literals
Always enable the rational and complex literals
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index b86ce82e8..0509f4ff9 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -62,9 +62,6 @@ # endif #endif -#define MRB_COMPLEX_NUMBERS -#define MRB_RATIONAL_NUMBERS - /* define on big endian machines; used by MRB_NAN_BOXING, etc. */ #ifndef MRB_ENDIAN_BIG # if (defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN) || \ |
