summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-15 14:07:24 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-15 14:07:24 +0900
commit8c838de4a83956fec100e2da8dc4f49c4ace6298 (patch)
treeaa793164c3673c41e450a19afea2d84d4f2594f6 /include
parent9e78fea7b3d2d0cb99d57913885fa48dc6843d09 (diff)
downloadmruby-8c838de4a83956fec100e2da8dc4f49c4ace6298.tar.gz
mruby-8c838de4a83956fec100e2da8dc4f49c4ace6298.zip
Time class made optinal
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 3744c1827..f4f3ccaef 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -39,6 +39,9 @@ typedef intptr_t mrb_sym;
#define INCLUDE_MATH /* use (non ISO) Math module */
//#undef INCLUDE_MATH /* not use (non ISO) Math module */
+#define INCLUDE_TIME /* use Time module */
+//#undef INCLUDE_TIME /* not use Time module */
+
#ifdef MRUBY_DEBUG_BUILD
# define PARSER_DUMP
#endif