diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-09-20 13:53:55 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-09-20 13:53:55 +0900 |
| commit | 505e6017306e09487a4a7f1b0fb1c9976f4f5ec5 (patch) | |
| tree | c4beccb78c14a344c98d2b6b5e3187b523808de2 /include | |
| parent | d192a52edb8c222c3238f883aec08e6c80751a61 (diff) | |
| download | mruby-505e6017306e09487a4a7f1b0fb1c9976f4f5ec5.tar.gz mruby-505e6017306e09487a4a7f1b0fb1c9976f4f5ec5.zip | |
Revert "Add MRB_IMPROVE_META_PROGRAMMING configuration"
This reverts commit 1997fcf98f596f6af2bf1d20ccde1b1abfe7324d.
It became the default behavior.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 379386896..cc28acfaa 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -110,9 +110,6 @@ /* 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 */ |
