From ff57c0278fe7c2b83231fa40e0284e6685a29ee7 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 15 Jan 2020 21:32:00 +0900 Subject: Remove broken `MRB_INT16` configuration option. --- doc/guides/mrbconf.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md index 2f81776df..1e1a5afcf 100644 --- a/doc/guides/mrbconf.md +++ b/doc/guides/mrbconf.md @@ -54,17 +54,13 @@ You can use mrbconfs with following ways: * When defined removes floating point numbers from mruby. * It makes mruby easier to handle in "Microcontroller without FPU" and "Kernel Space". -`MRB_INT16` -* When defined `int16_t` will be defined as `mrb_int`. -* Conflicts with `MRB_INT32` and `MRB_INT64`. - `MRB_INT32` -* When defined, or both `MRB_INT16` and `MRB_INT64` are not defined on 32-bit CPU mode, `int32_t` will be defined as `mrb_int`. -* Conflicts with `MRB_INT16` and `MRB_INT64`. +* When defined, or `MRB_INT64` are not defined on 32-bit CPU mode, `mrb_int` will be defined as `int32_t`. +* Conflicts with `MRB_INT64`. `MRB_INT64` -* When defined, or both `MRB_INT16` and `MRB_INT32` are not defined on 64-bit CPU mode, `int64_t` will be defined as `mrb_int`. -* Conflicts with `MRB_INT16` and `MRB_INT32`. +* When defined, or `MRB_INT32` are not defined on 64-bit CPU mode, `mrb_int` will be defined as `int64_t`. +* Conflicts with `MRB_INT32`. ## Garbage collector configuration. -- cgit v1.2.3