Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / tnl / t_vertex_generic.c
index fa34d11d7bdc3bd724265c1145257a48106dfc4a..99ddace73d13f1c39d2e06bea72dd71f16d3d62c 100644 (file)
@@ -210,7 +210,7 @@ static INLINE void insert_3f_xyw_err( const struct tnl_clipspace_attr *a, GLubyt
 {
    (void) a; (void) v; (void) in;
    DEBUG_INSERT;
-   _mesa_exit(1);
+   exit(1);
 }
 
 static INLINE void insert_3f_3( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in )