diff options
author | Brian Paul <[email protected]> | 2005-10-07 17:18:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-10-07 17:18:51 +0000 |
commit | 81a22ef53953d950052c7bd5a282e96107a25f24 (patch) | |
tree | f796e10cc70086d457463ba88b8f424f5f1542bc /src/mesa/math/m_xform.c | |
parent | f2802c40fff686301a7ff99f0a0b1c57d5cf5625 (diff) |
MATH_DEBUG changes from bug #4468.
Diffstat (limited to 'src/mesa/math/m_xform.c')
-rw-r--r-- | src/mesa/math/m_xform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/math/m_xform.c b/src/mesa/math/m_xform.c index 5366e34989c..fa3f57a8e5a 100644 --- a/src/mesa/math/m_xform.c +++ b/src/mesa/math/m_xform.c @@ -43,7 +43,7 @@ #include "mathmod.h" -#ifdef DEBUG +#ifdef DEBUG_MATH #include "m_debug.h" #endif @@ -204,7 +204,7 @@ _math_init_transformation( void ) init_copy0(); init_dotprod(); -#ifdef DEBUG +#ifdef DEBUG_MATH _math_test_all_transform_functions( "default" ); _math_test_all_normal_transform_functions( "default" ); _math_test_all_cliptest_functions( "default" ); |