glapi: EXTRA_DEBUG is never defined, make this explicit
authorGeorge Sapountzis <gsapountzis@gmail.com>
Thu, 25 Feb 2010 15:52:05 +0000 (17:52 +0200)
committerGeorge Sapountzis <gsapountzis@gmail.com>
Thu, 25 Feb 2010 15:52:05 +0000 (17:52 +0200)
src/mesa/glapi/glapi.c

index 631ffba..2fa673d 100644 (file)
@@ -490,7 +490,7 @@ _glapi_get_dispatch_table_size(void)
 void
 _glapi_check_table(const struct _glapi_table *table)
 {
-#ifdef EXTRA_DEBUG
+#if 0 /* Enable this for extra DEBUG */
    const GLuint entries = _glapi_get_dispatch_table_size();
    const void **tab = (const void **) table;
    GLuint i;