summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-08-14 07:52:20 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:38 +0900
commit72d071540ce5bc249ebd986596eb7c3db77e0bfb (patch)
tree482dc514dbbfefe930db0b0926a58b61cc9a4b09 /doc
parentdea185e687a08cab39418f4a9782ef75a9871557 (diff)
downloadmruby-72d071540ce5bc249ebd986596eb7c3db77e0bfb.tar.gz
mruby-72d071540ce5bc249ebd986596eb7c3db77e0bfb.zip
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
It's the first change of renaming configuration options to `MRB_XXX` to `MRB_USE_XXX` or `MRB_NO_XXX`.
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/mrbconf.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md
index 003c2b300..d662e05bf 100644
--- a/doc/guides/mrbconf.md
+++ b/doc/guides/mrbconf.md
@@ -171,9 +171,9 @@ largest value of required alignment.
* Ignored if `MRB_NO_METHOD_CACHE` is defined.
* Need to be the power of 2.
-`MRB_METHOD_T_STRUCT`
+`MRB_USE_METHOD_T_STRUCT`
* Use C struct to represent `mrb_method_t`
-* No `MRB_METHOD_T_STRUCT` requires highest 2 bits of function pointers to be zero
+* No `MRB_USE_METHOD_T_STRUCT` requires highest 2 bits of function pointers to be zero
* Define this macro on machines that use higher bits of pointers
`MRB_ENABLE_ALL_SYMBOLS`