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 --- test/init_mrbtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index 47b14c325..569fde302 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -11,7 +11,7 @@ void mrb_init_mrbtest(mrb_state *mrb) { mrb_load_irep(mrb, mrbtest_irep); -#ifdef ENABLE_GEMS +#ifndef DISABLE_GEMS mrb_load_irep(mrb, mrbgemtest_irep); #endif if (mrb->exc) { -- cgit v1.2.3