diff options
| author | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
| commit | b1a5146ea8f8665df5edf2b26dcadc028d7929f7 (patch) | |
| tree | 0712ef0ebbc5254528c7eaad88b8535f58607db0 /include/mrbconf.h | |
| parent | 8578cd622ba6644a0421bcb35e44e0f7b2927a54 (diff) | |
| download | mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.tar.gz mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.zip | |
Pluggable Regexp
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 17f6a0fc3..da60086bf 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -44,7 +44,7 @@ //#define POOL_PAGE_SIZE 16000 /* -DDISABLE_XXXX to drop the feature */ -#define DISABLE_REGEXP /* regular expression classes */ +//#define DISABLE_REGEXP /* regular expression classes */ //#define DISABLE_SPRINTF /* Kernel.sprintf method */ //#define DISABLE_MATH /* Math functions */ //#define DISABLE_TIME /* Time class */ |
