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`.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-08-14 07:52:20 +09:00
parent dea185e687
commit 72d071540c
4 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -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`