mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add extern funcs declaration and casts for cimpiling C++ compiler
This commit is contained in:
Regular → Executable
+1
-1
@@ -837,7 +837,7 @@ mrb_mod_included_modules(mrb_state *mrb, mrb_value self)
|
||||
return result;
|
||||
}
|
||||
|
||||
mrb_value class_instance_method_list(mrb_state*, int, struct RClass*, int);
|
||||
mrb_value class_instance_method_list(mrb_state*, mrb_bool, struct RClass*, int);
|
||||
|
||||
/* 15.2.2.4.33 */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user