mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
disable ENCODING and REGEXP; regexp will be back in the future
This commit is contained in:
+2
-2
@@ -22,10 +22,10 @@ typedef intptr_t mrb_sym;
|
||||
#define readint(p,base) strtol((p),NULL,(base))
|
||||
|
||||
#undef INCLUDE_ENCODING /* not use encoding classes (ascii only) */
|
||||
#define INCLUDE_ENCODING /* use UTF-8 encoding classes */
|
||||
//#define INCLUDE_ENCODING /* use UTF-8 encoding classes */
|
||||
|
||||
#undef INCLUDE_REGEXP /* not use regular expression classes */
|
||||
#define INCLUDE_REGEXP /* use regular expression classes */
|
||||
//#define INCLUDE_REGEXP /* use regular expression classes */
|
||||
|
||||
#ifdef INCLUDE_REGEXP
|
||||
# define INCLUDE_ENCODING /* Regexp depends Encoding */
|
||||
|
||||
Reference in New Issue
Block a user