mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
a9949f5da4
The `init_SYMBOLS()` function implicitly defined in `MRB_PRESYM_DEFINE_VAR_AND_INITER()` requires some familiarity when trying to find it from the caller. By introducing `MRB_PRESYM_INIT_SYMBOLS()`, it is possible to find directly from the identifier.