mesa: Use assert() instead of ASSERT wrapper.
[mesa.git] / src / mesa / tnl / t_vb_light.c
index f6884a464eaf2da1e678d4e1bbc69f756600cf1f..7e76ed40338a02c356f86825f91dc546be5ad856 100644 (file)
@@ -123,7 +123,7 @@ validate_shine_table( struct gl_context *ctx, GLuint side, GLfloat shininess )
    struct tnl_shine_tab *list = tnl->_ShineTabList;
    struct tnl_shine_tab *s;
 
-   ASSERT(side < 2);
+   assert(side < 2);
 
    foreach(s, list)
       if ( s->shininess == shininess )