clean -Wunused-function when defined DISABLE_STDIO

This commit is contained in:
Selman ULUG
2012-07-13 13:05:20 +03:00
parent 8e1c842b7e
commit e2c4b35240
+4
View File
@@ -4934,6 +4934,8 @@ mrb_load_string(mrb_state *mrb, const char *s)
return mrb_load_string_cxt(mrb, s, NULL);
}
#ifdef ENABLE_STDIO
static void
dump_prefix(int offset)
{
@@ -4952,6 +4954,8 @@ dump_recur(mrb_state *mrb, node *tree, int offset)
}
}
#endif
void
parser_dump(mrb_state *mrb, node *tree, int offset)
{