diff options
| author | mattn <[email protected]> | 2013-02-18 16:29:07 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-18 16:29:07 +0900 |
| commit | 7b5ec7126ac3e8b785aea4a762c48a72c1866af6 (patch) | |
| tree | afaafa3f863e051aa964461af8e401b444a7d317 /include | |
| parent | 59a6d1b514eef7d39f3a78cd588a49490406ecd6 (diff) | |
| download | mruby-7b5ec7126ac3e8b785aea4a762c48a72c1866af6.tar.gz mruby-7b5ec7126ac3e8b785aea4a762c48a72c1866af6.zip | |
Remove DISABLE_REGEXP
Diffstat (limited to 'include')
| -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 62cc73a74..e3d39917a 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 */ |
