diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/mrbconf.md | 4 |
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` |
