Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.

This commit is contained in:
Masaki Muranaka
2013-03-04 23:01:40 +09:00
parent a5bc5b2574
commit 97136825e2
7 changed files with 40 additions and 13 deletions
-4
View File
@@ -47,7 +47,6 @@
//#define POOL_PAGE_SIZE 16000
/* -DDISABLE_XXXX to drop following features */
//#define DISABLE_SPRINTF /* Kernel.sprintf method */
//#define DISABLE_STDIO /* use of stdio */
/* -DENABLE_XXXX to enable following features */
@@ -83,9 +82,6 @@
typedef short mrb_sym;
/* define ENABLE_XXXX from DISABLE_XXX */
#ifndef DISABLE_SPRINTF
#define ENABLE_SPRINTF
#endif
#ifndef DISABLE_STDIO
#define ENABLE_STDIO
#endif