diff options
Diffstat (limited to 'src/mesa/math/m_debug_clip.c')
-rw-r--r-- | src/mesa/math/m_debug_clip.c | 4 |
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 ae8108b88a1..334f3ef0302 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 */ |