diff options
| author | Ukrainskiy Sergey <[email protected]> | 2018-08-09 17:09:02 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-15 16:57:21 +0900 |
| commit | 8808219e6d51673e6fa582819703e6e5912439b0 (patch) | |
| tree | 7ad830fc1ea3da35d81fe853cd44023790131895 /include | |
| parent | 7f1f499b2277c4636824b7f3e9b301576aaddba5 (diff) | |
| download | mruby-8808219e6d51673e6fa582819703e6e5912439b0.tar.gz mruby-8808219e6d51673e6fa582819703e6e5912439b0.zip | |
Initial suffix support
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 6b0b9e37e..ee816e322 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -63,6 +63,9 @@ # 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) || \ |
