Merge pull request #851 from mattn/bye_bye_regexp

Remove DISABLE_REGEXP
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-02-17 23:39:43 -08:00
-1
View File
@@ -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 */