Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto f167ae8145 symbol.c: simplify literal check in sym_intern_common
This commit simplifies the logic for checking if a symbol is a literal in the
`sym_intern_common` function by using the `lit = lit || mrb_ro_data_p(name);`
idiom.

Co-authored-by: Gemini <gemini@google.com>
2025-08-14 10:53:09 +09:00
..
2024-04-22 18:00:27 +10:00
2023-11-01 22:21:59 +09:00
2016-05-09 17:19:47 +02:00