mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9a736d6609
mrb_ccontext functions are implemented in mruby-compiler (y.tab.c), causing linker errors when the compiler is excluded from the build. Replace with mrb_load_irep_file() which is in core (src/load.c). Also fix incorrect *argv in error message and remove dead fname field. Co-authored-by: Claude <noreply@anthropic.com>