diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-25 14:33:03 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-25 14:33:03 +0900 |
| commit | 6a284872cefae393a5b1b5ec648b4875d0ba34b7 (patch) | |
| tree | 92ea7196c82ea83935b086ec33a491c4680ac9ca /doc/guides | |
| parent | fc98aa290f6256ea64ca7792af483d4d31131cd5 (diff) | |
| parent | a7b50be35be6d594423290043f68822f54593c5a (diff) | |
| download | mruby-6a284872cefae393a5b1b5ec648b4875d0ba34b7.tar.gz mruby-6a284872cefae393a5b1b5ec648b4875d0ba34b7.zip | |
Merge pull request #5189 from shuujii/fix-C-source-compilation-with-MRB_USE_ALL_SYMBOLS
Fix C source compilation with `MRB_USE_ALL_SYMBOLS`; ref #5187
Diffstat (limited to 'doc/guides')
| -rw-r--r-- | doc/guides/mrbconf.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md index fdf24b98c..d01eff258 100644 --- a/doc/guides/mrbconf.md +++ b/doc/guides/mrbconf.md @@ -168,5 +168,5 @@ largest value of required alignment. * Define this macro on machines that use higher bits of pointers `MRB_USE_ALL_SYMBOLS` -* Make it available `Symbols.all_symbols` in `mrbgems/mruby-symbol-ext` +* Make it available `Symbol.all_symbols` in `mrbgems/mruby-symbol-ext` * Increase heap memory usage. |
