remove our own prototype for sprintf(); ref #1223

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-04-29 15:26:33 +09:00
parent 83933ea5e0
commit bdb11e3101
+1 -4
View File
@@ -12,10 +12,7 @@
#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);
static size_t get_irep_record_size(mrb_state *mrb, mrb_irep *irep);
static uint32_t
get_irep_header_size(mrb_state *mrb)