From 2a1cde453a5a08542963c7a02443056e94249124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 3 Apr 2007 04:38:01 +0200 Subject: Inverse logic, check for NDEBUG not being defined rather than DEBUG being defined (this follows assert() way of working). --- src/xine-utils/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-utils/monitor.c b/src/xine-utils/monitor.c index 803d4ecdd..1a348087c 100644 --- a/src/xine-utils/monitor.c +++ b/src/xine-utils/monitor.c @@ -33,7 +33,7 @@ #define MAX_ID 10 -#ifdef DEBUG +#ifndef NDEBUG static long long int profiler_times[MAX_ID] ; static long long int profiler_start[MAX_ID] ; -- cgit v1.2.3