diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-12-08 13:26:50 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-12-08 13:26:50 +0800 |
| commit | 82446cc74795285d99fbb9f15cefb25c69c690d8 (patch) | |
| tree | eef17fe56f2ecbc56f400e2e966654b7da8e9217 /tools | |
| parent | cce6c46f1781125f633877e7e4df9564651fa0f9 (diff) | |
| download | mruby-82446cc74795285d99fbb9f15cefb25c69c690d8.tar.gz mruby-82446cc74795285d99fbb9f15cefb25c69c690d8.zip | |
Use only DISABLE_GEMS for feature request in include/mrbconf.h
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index 5a92cd479..4dc9871c7 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -226,7 +226,7 @@ mrb_init_mrblib(mrb_state *mrb) { } -#ifdef ENABLE_GEMS +#ifndef DISABLE_GEMS void mrb_init_mrbgems(mrb_state *mrb) { |
