From 351c9c80e786b6a3f3779cdf2d89879a58f35407 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Tue, 19 Nov 2019 21:10:59 +0900 Subject: Always enable the rational and complex literals I think they can always be enabled because the regular expression literal is always enabled. --- include/mrbconf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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) || \ -- cgit v1.2.3