diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-05 22:22:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-05 22:22:18 +0900 |
| commit | 9e41ae4909ecb7be882f2d6af10b79ad8c7c2c9b (patch) | |
| tree | 8fa83812bd9dc9c770aa736f239194a4fa716c63 /include | |
| parent | 9cffacdf0da4f5e5086e23bba598b346b3453a0d (diff) | |
| parent | 58ef8976968557f65eaa829711ecb64cd74ce003 (diff) | |
| download | mruby-9e41ae4909ecb7be882f2d6af10b79ad8c7c2c9b.tar.gz mruby-9e41ae4909ecb7be882f2d6af10b79ad8c7c2c9b.zip | |
Merge pull request #5214 from shuujii/allow-obsoluted-MRB_METHOD_T_STRUCT
Allow obsoluted `MRB_METHOD_T_STRUCT`
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index d0e060256..347f6786e 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -153,6 +153,9 @@ //#define MRB_USE_ALL_SYMBOLS /* Symbol.all_symbols */ /* obsolete configurations */ +#ifdef MRB_METHOD_T_STRUCT +# define MRB_USE_METHOD_T_STRUCT +#endif #if defined(DISABLE_STDIO) || defined(MRB_DISABLE_STDIO) # define MRB_NO_STDIO #endif |
