mesa: Replace abort by asserts.
[mesa.git] / src / mesa / math / m_debug.h
index 8bb2a1976d32182a19a0af03b46ae381801f3f3c..6476b6de28c3ec37b672ff1f0fb242e7e1eba716 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: m_debug.h,v 1.3 2001/03/12 00:48:41 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -24,7 +23,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * Authors:
- *    Gareth Hughes <gareth@valinux.com>
+ *    Gareth Hughes
  */
 
 #ifndef __M_DEBUG_H__
 
 extern void _math_test_all_transform_functions( char *description );
 extern void _math_test_all_normal_transform_functions( char *description );
+extern void _math_test_all_cliptest_functions( char *description );
+
+/* Deprecated?
+ */
 extern void _math_test_all_vertex_functions( char *description );
 
 extern char *mesa_profile;