diff options
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 2a56c77cec0..e64562ad1ed 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.15 2000/09/05 20:17:37 brianp Exp $ */ +/* $Id: glapi.h,v 1.16 2000/09/15 19:45:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -59,7 +59,7 @@ extern struct _glapi_table * _glapi_get_dispatch(void); -#if defined(TRACE) +#if defined(GL_MESA_TRACE) extern struct _glapi_table * _glapi_get_true_dispatch(void); #endif |