define DEBUG in DIX

Which makes #ifdef DEBUG actually useful.  Incredible.
This commit is contained in:
Daniel Stone 2006-07-19 20:09:55 -04:00 committed by Daniel Stone
parent 68b0678254
commit 093943d4d0

View File

@ -231,6 +231,9 @@
/* Disable some debugging code */
#undef NDEBUG
/* Enable some debugging code */
#undef DEBUG
/* Name of package */
#undef PACKAGE