summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_debug_clip.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-07 17:18:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-07 17:18:51 +0000
commit81a22ef53953d950052c7bd5a282e96107a25f24 (patch)
treef796e10cc70086d457463ba88b8f424f5f1542bc /src/mesa/math/m_debug_clip.c
parentf2802c40fff686301a7ff99f0a0b1c57d5cf5625 (diff)
MATH_DEBUG changes from bug #4468.
Diffstat (limited to 'src/mesa/math/m_debug_clip.c')
-rw-r--r--src/mesa/math/m_debug_clip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c
index ae8108b88a..334f3ef030 100644
--- a/src/mesa/math/m_debug_clip.c
+++ b/src/mesa/math/m_debug_clip.c
@@ -41,7 +41,7 @@
static char dummy;
#endif
-#ifdef DEBUG /* This code only used for debugging */
+#ifdef DEBUG_MATH /* This code only used for debugging */
static clip_func *clip_tab[2] = {
_mesa_clip_tab,
@@ -368,4 +368,4 @@ void _math_test_all_cliptest_functions( char *description )
}
-#endif /* DEBUG */
+#endif /* DEBUG_MATH */