summaryrefslogtreecommitdiff
path: root/cd/src/x11/xvertex.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:18:43 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:18:43 -0700
commit25e85e1b809ec58ecac0f2e8fe48f74836f8e131 (patch)
treea53caef2257fefdd6610a17427fd14ee656bbc92 /cd/src/x11/xvertex.c
parent7c0c85a86aa73c0c495523f994f8412e377a8195 (diff)
Upgrading to CD 5.3
Diffstat (limited to 'cd/src/x11/xvertex.c')
-rwxr-xr-xcd/src/x11/xvertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cd/src/x11/xvertex.c b/cd/src/x11/xvertex.c
index e1ca7ee..0fbea1f 100755
--- a/cd/src/x11/xvertex.c
+++ b/cd/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)