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
+2
View File
@@ -12,6 +12,8 @@
#include "mruby/irep.h"
#include "mruby/numeric.h"
int sprintf(char*, const char*, ...);
static size_t
get_irep_record_size(mrb_state *mrb, mrb_irep *irep);