From d1c38f74722b03427a3fb015220b05455d3d7488 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 30 Mar 2004 00:23:25 +0000 Subject: Add #ifdef protection around the file to prevent DRI build breakage. --- src/mesa/tnl/t_vtx_x86_gcc.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/tnl/t_vtx_x86_gcc.S b/src/mesa/tnl/t_vtx_x86_gcc.S index dcaca47160..c06fef6c47 100644 --- a/src/mesa/tnl/t_vtx_x86_gcc.S +++ b/src/mesa/tnl/t_vtx_x86_gcc.S @@ -30,6 +30,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. * Keith Whitwell */ +#if defined(USE_X86_ASM) && !defined(HAVE_NONSTANDARD_GLAPIENTRY) #define GLOBL( x ) \ .globl x; \ @@ -315,3 +316,4 @@ GLOBL( _x86_dispatch_vertexattribfv ) jmp *SUBST(0)(%eax) // 0x0 - tabfv[0][n] GLOBL( _x86_dispatch_vertexattribfv_end ) +#endif -- cgit v1.2.3