diff options
| author | Paolo Bosetti <[email protected]> | 2012-05-31 18:52:33 -0700 |
|---|---|---|
| committer | Paolo Bosetti <[email protected]> | 2012-05-31 18:52:33 -0700 |
| commit | 9c0bfd343679fcd84090b7611ed582ae31e0e3b9 (patch) | |
| tree | 75e6ac394862821a0e466ccfee361655c40ae749 /include/mrbconf.h | |
| parent | 6dbba7b799e0cf1a86ec86f347bbc1b40420d372 (diff) | |
| parent | 8180fee1808c56048b9fa18a8dd16014e694e48e (diff) | |
| download | mruby-9c0bfd343679fcd84090b7611ed582ae31e0e3b9.tar.gz mruby-9c0bfd343679fcd84090b7611ed582ae31e0e3b9.zip | |
Merge branch 'master' of git://github.com/mruby/mruby into XCode
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 9155575a9..e90b685bb 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -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 */ |
