diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-09-20 13:50:16 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-09-20 13:50:16 +0900 |
| commit | d192a52edb8c222c3238f883aec08e6c80751a61 (patch) | |
| tree | ce0e6b0aba5b33d8367a8331deec139108f95014 /include | |
| parent | 3a9caad8ebe63dfe2b8583c72fc5e275f13e25c3 (diff) | |
| parent | 5e6cd86f6eedea213fbeb5f1e7a5aa0ab303036a (diff) | |
| download | mruby-d192a52edb8c222c3238f883aec08e6c80751a61.tar.gz mruby-d192a52edb8c222c3238f883aec08e6c80751a61.zip | |
Merge branch 'assign-anon-class-name' of https://github.com/dearblue/mruby into dearblue-assign-anon-class-name
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index cc28acfaa..379386896 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -110,6 +110,9 @@ /* fixed size state atexit stack */ //#define MRB_FIXED_STATE_ATEXIT_STACK +/* improve meta programming support */ +//#define MRB_IMPROVE_META_PROGRAMMING + /* -DMRB_DISABLE_XXXX to drop following features */ //#define MRB_DISABLE_STDIO /* use of stdio */ |
