From 111cbca68c3cf9b352c42012dfeb117024184448 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Mon, 18 Feb 2013 16:36:15 +0900 Subject: Changed debugger hook to disable --- include/mrbconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/mrbconf.h b/include/mrbconf.h index 62cc73a74..37519b75d 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -50,7 +50,7 @@ //#define DISABLE_TIME /* Time class */ //#define DISABLE_STRUCT /* Struct class */ //#define DISABLE_STDIO /* use of stdio */ -//#define DISABLE_DEBUG /* hooks for debugger */ +//#define ENABLE_DEBUG /* hooks for debugger */ /* Now DISABLE_GEMS is added as a command line flag in Rakefile, */ /* we do not need to set it here. */ @@ -119,8 +119,8 @@ typedef short mrb_sym; #ifndef DISABLE_STDIO #define ENABLE_STDIO #endif -#ifndef DISABLE_DEBUG -#define ENABLE_DEBUG +#ifndef ENABLE_DEBUG +#define DISABLE_DEBUG #endif #ifndef FALSE -- cgit v1.2.3