diff options
| author | Masaki Muranaka <[email protected]> | 2012-06-12 17:46:38 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2012-06-12 17:46:38 +0900 |
| commit | e1e4ceb3e42dab35038a52d89064ca6378a08c7d (patch) | |
| tree | 0b68c81eaa442da052da14d77c7b3b15d9b726d8 /include | |
| parent | 30a062c165f31f31f8be65bd51d313a2d25f0bd9 (diff) | |
| download | mruby-e1e4ceb3e42dab35038a52d89064ca6378a08c7d.tar.gz mruby-e1e4ceb3e42dab35038a52d89064ca6378a08c7d.zip | |
Make sprintf/format optional.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 5a54ebeef..f2b23258e 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -34,6 +34,9 @@ typedef intptr_t mrb_sym; # define INCLUDE_ENCODING /* Regexp depends Encoding */ #endif +//#undef INCLUDE_KERNEL_SPRINTF /* not use Kernel.sprintf method. */ +#define INCLUDE_KERNEL_SPRINTF /* not use Kernel.sprintf method. */ + #ifdef MRUBY_DEBUG_BUILD # define PARSER_DUMP #endif |
