diff options
author | scuri <scuri> | 2009-11-30 19:27:33 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-11-30 19:27:33 +0000 |
commit | efe09af4eef72f46dcaf50ced776ef7667a04087 (patch) | |
tree | 2355a4754590e0362a1ba8cf1e069662873c5375 /src/x11/xvertex.c | |
parent | 4c4866d151bbf664273b74e1cee817633881d38f (diff) |
*** empty log message ***
Diffstat (limited to 'src/x11/xvertex.c')
-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) |