summaryrefslogtreecommitdiff
path: root/src/mesa/main/dispatch.c
diff options
context:
space:
mode:
authordavem69 <davem69>2001-06-05 23:54:00 +0000
committerdavem69 <davem69>2001-06-05 23:54:00 +0000
commit775355a88a0927e2e3a855036c26950397a61d7b (patch)
tree21cb0c4eb6e3829ccfb3099933cfd80921516ef0 /src/mesa/main/dispatch.c
parent0fab0702b03a0036e20cd823ad31bdc361f8fc1b (diff)
Sparc optimized GLAPI dispatch table.
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r--src/mesa/main/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c
index cc14c4b498d..078f7bc73fb 100644
--- a/src/mesa/main/dispatch.c
+++ b/src/mesa/main/dispatch.c
@@ -1,4 +1,4 @@
-/* $Id: dispatch.c,v 1.22 2001/03/28 17:20:20 brianp Exp $ */
+/* $Id: dispatch.c,v 1.23 2001/06/05 23:54:00 davem69 Exp $ */
/*
* Mesa 3-D graphics library
@@ -48,7 +48,7 @@
#include "glthread.h"
#endif
-#if !defined(USE_X86_ASM)
+#if !(defined(USE_X86_ASM) || defined(USE_SPARC_ASM))
#define KEYWORD1
#define KEYWORD2 GLAPIENTRY