add extern funcs declaration and casts for cimpiling C++ compiler

This commit is contained in:
arton
2013-04-28 15:31:50 +09:00
parent 5c68195c88
commit 513bce35f6
5 changed files with 19 additions and 7 deletions
Regular → Executable
+1 -1
View File
@@ -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 */
/*