diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-11-19 21:10:59 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-11-19 21:10:59 +0900 |
| commit | 351c9c80e786b6a3f3779cdf2d89879a58f35407 (patch) | |
| tree | d2593492f4819b1cc34743f8853b528ae8ce0480 /include/mrbconf.h | |
| parent | 79e73dd86a72949e52a9eba0ea7abc294b40b16c (diff) | |
| download | mruby-351c9c80e786b6a3f3779cdf2d89879a58f35407.tar.gz mruby-351c9c80e786b6a3f3779cdf2d89879a58f35407.zip | |
Always enable the rational and complex literals
I think they can always be enabled because the regular expression literal is
always enabled.
Diffstat (limited to 'include/mrbconf.h')
| -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) || \ |
