From d1444f4c97276d6c89dfca6846f6d62ca7487183 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 May 2012 18:17:12 -0500 Subject: Fixed a reference to HAVE_EDIT --- src/utils.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 5d7bf15b..1b356e7c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -52,19 +52,18 @@ #define TIMERS_ON 1 #if DEBUG_MODE +#define DEBUG_ON 1 #define VERIFY_ON 1 #define TRACING_ON 1 -#define DEBUG_ON 1 #elif NO_ASSERTS -//#define NO_LOGGING 1 -#define VERIFY_ON 0 -#define TRACING_ON 0 #define DEBUG_ON 0 -#else -#define TRACING_ON 1 // use --trace X to enable #define VERIFY_ON 0 #define TRACING_ON 0 +//#define NO_LOGGING 1 +#else #define DEBUG_ON 0 +#define VERIFY_ON 0 +#define TRACING_ON 1 // use --trace X to enable #endif /*@}*/ -- cgit v1.2.3