From 513bce35f686aae6e05b92ebbd44dffc8540ea75 Mon Sep 17 00:00:00 2001 From: arton Date: Sun, 28 Apr 2013 15:31:50 +0900 Subject: add extern funcs declaration and casts for cimpiling C++ compiler --- src/dump.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 src/dump.c (limited to 'src/dump.c') diff --git a/src/dump.c b/src/dump.c old mode 100644 new mode 100755 index 209b0d369..b4a6e9382 --- a/src/dump.c +++ b/src/dump.c @@ -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); -- cgit v1.2.3