MATH_DEBUG changes from bug #4468.
[mesa.git] / src / mesa / math / m_debug_util.h
index 1b7d742a80b63697b4a444abb9d584aabbb3706e..f7ce4679b6d5ea4c3f73eb49e41a5f65f0bd2095 100644 (file)
@@ -29,7 +29,7 @@
 #define __M_DEBUG_UTIL_H__
 
 
-#ifdef DEBUG  /* This code only used for debugging */
+#ifdef DEBUG_MATH  /* This code only used for debugging */
 
 
 /* Comment this out to deactivate the cycle counter.
@@ -315,6 +315,6 @@ enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
 #endif
 
 
-#endif /* DEBUG */
+#endif /* DEBUG_MATH */
 
 #endif /* __M_DEBUG_UTIL_H__ */