summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-11-19 23:32:16 +0900
committerGitHub <[email protected]>2019-11-19 23:32:16 +0900
commit1bb1df19d861de82239d9b41405061503a8fc157 (patch)
tree2846e0387faee2ca5d86a67da4446c17af48fd87 /include
parent125c66097464dce2968591f877f5e886e4f6058a (diff)
parent351c9c80e786b6a3f3779cdf2d89879a58f35407 (diff)
downloadmruby-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.h3
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) || \