diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-18 18:48:19 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-18 18:48:19 +0900 |
| commit | e4bebad82d0e4b5c98d767d3606d7f2f3edce0ab (patch) | |
| tree | 17ea17ceafd2e5bdb78da6110c180f579c77e011 | |
| parent | b7da7cfee0daac7c3e382e1a767ba1451a4c5c89 (diff) | |
| parent | 21822f4ee5dfb2b9a10a19fcd99758f9d0174b6a (diff) | |
| download | mruby-e4bebad82d0e4b5c98d767d3606d7f2f3edce0ab.tar.gz mruby-e4bebad82d0e4b5c98d767d3606d7f2f3edce0ab.zip | |
Merge branch 'master' of github.com:mruby/mruby
| -rw-r--r-- | include/mrbconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 37519b75d..b5cb58ee6 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -44,7 +44,6 @@ //#define POOL_PAGE_SIZE 16000 /* -DDISABLE_XXXX to drop the feature */ -//#define DISABLE_REGEXP /* regular expression classes */ //#define DISABLE_SPRINTF /* Kernel.sprintf method */ //#define DISABLE_MATH /* Math functions */ //#define DISABLE_TIME /* Time class */ |
