diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-04 06:46:31 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-03-04 06:46:31 -0800 |
| commit | 0fd14e53a217ff8618e102080754dd8dbd9f271d (patch) | |
| tree | f55743427918df1e4f6177ac7ba236c3cd6ab42c /include | |
| parent | c3d5c4edea8454affc027d181798a63946f348d4 (diff) | |
| parent | 97136825e2ccfdf71cfd0cc1b1e7e8ff4f113c8c (diff) | |
| download | mruby-0fd14e53a217ff8618e102080754dd8dbd9f271d.tar.gz mruby-0fd14e53a217ff8618e102080754dd8dbd9f271d.zip | |
Merge pull request #943 from monaka/pr-tmp-move-sprintf-to-mrbgem
Move Kernel#sprintf to mrbgem
Diffstat (limited to 'include')
| -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 |
