diff options
Diffstat (limited to 'src/x11')
-rw-r--r-- | src/x11/xvertex.c | 2 |
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) |