From 82446cc74795285d99fbb9f15cefb25c69c690d8 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Sat, 8 Dec 2012 13:26:50 +0800 Subject: Use only DISABLE_GEMS for feature request in include/mrbconf.h --- tools/mrbc/mrbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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) { -- cgit v1.2.3