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 631ffba3c7fdb399cb3d084b68ef5f0827af7069..2fa673d307d3c417dacaf66b3c635d51db644413 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;