MATH_DEBUG changes from bug #4468.
[mesa.git] / src / mesa / math / m_debug_norm.c
index 9bb46598158e8f6ae2e5a7672cbcbfab3dcc87f5..11cae6bba7a5e89482243204952b2c3c13f75588 100644 (file)
@@ -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 */