-/* $Id: glapi.c,v 1.22 2000/01/10 04:29:09 brianp Exp $ */
+/* $Id: glapi.c,v 1.23 2000/01/14 16:35:25 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
assert(tab[i]);
}
+#ifdef DEBUG
/* Do some spot checks to be sure that the dispatch table
* slots are assigned correctly.
*/
assert(istextureOffset == _gloffset_IsTextureEXT);
assert(istextureOffset == offset);
}
+#endif
}