summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorYAMAMOTO Masaya <[email protected]>2017-10-11 19:52:21 +0900
committerYAMAMOTO Masaya <[email protected]>2017-10-11 19:52:21 +0900
commit81ea81e05c81a2ce9b7bbf6443c95cd9388af119 (patch)
tree2ad05f6050963afc5bb0547bbae7e213850a9ac0 /include/mrbconf.h
parent3eebe81b357ae16cb01235596d5845cb848fa588 (diff)
downloadmruby-81ea81e05c81a2ce9b7bbf6443c95cd9388af119.tar.gz
mruby-81ea81e05c81a2ce9b7bbf6443c95cd9388af119.zip
Fix typo
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 36008f917..eb2d69187 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -29,7 +29,7 @@
//#define MRB_USE_FLOAT
/* exclude floating point numbers */
-//#define MRB_WITUOUT_FLOAT
+//#define MRB_WITHOUT_FLOAT
/* add -DMRB_INT16 to use 16bit integer for mrb_int; conflict with MRB_INT64 */
//#define MRB_INT16
@@ -48,7 +48,7 @@
# endif
#endif
-/* represent mrb_value in boxed double; conflict with MRB_USE_FLOAT and MRB_WITUOUT_FLOAT */
+/* represent mrb_value in boxed double; conflict with MRB_USE_FLOAT and MRB_WITHOUT_FLOAT */
//#define MRB_NAN_BOXING
/* define on big endian machines; used by MRB_NAN_BOXING */