summaryrefslogtreecommitdiff
path: root/src/x11/xvertex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11/xvertex.c')
-rw-r--r--src/x11/xvertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/xvertex.c b/src/x11/xvertex.c
index e1ca7ee..0fbea1f 100644
--- a/src/x11/xvertex.c
+++ b/src/x11/xvertex.c
@@ -47,7 +47,7 @@
/* Debugging macros */
-#ifdef DEBUG
+#ifdef CDXVERTEX_DEBUG
#define DEBUG_PRINT1(a) printf (a)
#define DEBUG_PRINT2(a, b) printf (a, b)
#define DEBUG_PRINT3(a, b, c) printf (a, b, c)