diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-04 23:01:40 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-04 23:04:39 +0900 |
| commit | 97136825e2ccfdf71cfd0cc1b1e7e8ff4f113c8c (patch) | |
| tree | e592dcea936292fc375a7648ca1980a676187e0a /include/mrbconf.h | |
| parent | a5bc5b2574c1cf000258e9f209319bf65d3a6672 (diff) | |
| download | mruby-97136825e2ccfdf71cfd0cc1b1e7e8ff4f113c8c.tar.gz mruby-97136825e2ccfdf71cfd0cc1b1e7e8ff4f113c8c.zip | |
Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 613f0575e..8a46e48ba 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -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 |
