From 81a22ef53953d950052c7bd5a282e96107a25f24 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Oct 2005 17:18:51 +0000 Subject: MATH_DEBUG changes from bug #4468. --- src/mesa/math/m_debug_norm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mesa/math/m_debug_norm.c') diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 9bb4659815..11cae6bba7 100644 --- a/src/mesa/math/m_debug_norm.c +++ b/src/mesa/math/m_debug_norm.c @@ -43,7 +43,7 @@ static char dummy; #endif -#ifdef DEBUG /* This code only used for debugging */ +#ifdef DEBUG_MATH /* This code only used for debugging */ static int m_norm_identity[16] = { @@ -375,10 +375,9 @@ void _math_test_all_normal_transform_functions( char *description ) #ifdef RUN_DEBUG_BENCHMARK if ( mesa_profile ) { _mesa_printf( "\n" ); - fflush( stdout ); } #endif } -#endif /* DEBUG */ +#endif /* DEBUG_MATH */ -- cgit v1.2.3