mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix mismatches for MRB_API declarations.
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
abd7cad4fd
commit
5fa30aeaea
+1
-1
@@ -3106,7 +3106,7 @@ mrb_codedump_all(mrb_state *mrb, struct RProc *proc)
|
||||
codedump_recur(mrb, proc->body.irep);
|
||||
}
|
||||
|
||||
struct RProc*
|
||||
MRB_API struct RProc*
|
||||
mrb_generate_code(mrb_state *mrb, parser_state *p)
|
||||
{
|
||||
codegen_scope *scope = scope_new(mrb, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user