fixup! mruby/internal.h: add codedump functions to the internal function header

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-01-18 08:02:31 +09:00
parent 55eea005c8
commit e6cf932d38
-1
View File
@@ -13203,7 +13203,6 @@ parser_update_cxt(parser_state *p, mrbc_context *cxt)
}
}
void mrb_parser_dump(mrb_state *mrb, node *tree, int offset);
MRB_API void