summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-06-12 03:10:37 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-06-12 03:10:37 -0700
commitdb1244cef5b21074945f26eb4351d7feecb31af4 (patch)
tree8fb17d41725c706bd28aa3033648bcdb0b101be2 /include
parentf537e2bb96a85d7ca75777f64cad13fea8d4937c (diff)
parente1e4ceb3e42dab35038a52d89064ca6378a08c7d (diff)
downloadmruby-db1244cef5b21074945f26eb4351d7feecb31af4.tar.gz
mruby-db1244cef5b21074945f26eb4351d7feecb31af4.zip
Merge pull request #263 from monaka/pr-make-sprintf-optional
Make sprintf/format optional.
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h3
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