Small refactoring regarding symbols for clarity.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-11-26 09:42:08 +09:00
parent 50b57f6ff1
commit a33f9d7b65
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@
/* -DMRB_USE_XXXX to enable following features */
//#define MRB_USE_DEBUG_HOOK /* hooks for debugger */
//#define MRB_USE_ALL_SYMBOLS /* Symbols.all_symbols */
//#define MRB_USE_ALL_SYMBOLS /* Symbol.all_symbols */
/* obsolete configurations */
#if defined(DISABLE_STDIO) || defined(MRB_DISABLE_STDIO)