summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ProcessList.h b/ProcessList.h
index ac111e30..1cd7b8bd 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -60,7 +60,7 @@ in the source distribution for its full text.
-#ifdef DEBUG
+#ifdef DEBUG_PROC
typedef int(*vxscanf)(void*, const char*, va_list);
#endif
@@ -118,13 +118,13 @@ typedef struct ProcessList_ {
bool highlightBaseName;
bool highlightMegabytes;
bool expandSystemTime;
- #ifdef DEBUG
+ #ifdef DEBUG_PROC
FILE* traceFile;
#endif
} ProcessList;
-#ifdef DEBUG
+#ifdef DEBUG_PROC
#define ProcessList_read(this, buffer, format, ...) ProcessList_xread(this, (vxscanf) vsscanf, buffer, format, ## __VA_ARGS__ )
#define ProcessList_fread(this, file, format, ...) ProcessList_xread(this, (vxscanf) vfscanf, file, format, ## __VA_ARGS__ )