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

parent 83933ea5
...@@ -12,10 +12,7 @@ ...@@ -12,10 +12,7 @@
#include "mruby/irep.h" #include "mruby/irep.h"
#include "mruby/numeric.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 static uint32_t
get_irep_header_size(mrb_state *mrb) get_irep_header_size(mrb_state *mrb)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment