Merge pull request #5214 from shuujii/allow-obsoluted-MRB_METHOD_T_STRUCT

Allow obsoluted `MRB_METHOD_T_STRUCT`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-12-05 22:22:18 +09:00
committed by GitHub
+3
View File
@@ -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