Add #ifdef protection around the file to prevent DRI build breakage.
authorIan Romanick <idr@us.ibm.com>
Tue, 30 Mar 2004 00:23:25 +0000 (00:23 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 30 Mar 2004 00:23:25 +0000 (00:23 +0000)
src/mesa/tnl/t_vtx_x86_gcc.S

index dcaca47..c06fef6 100644 (file)
@@ -30,6 +30,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
  *   Keith Whitwell <keith@tungstengraphics.com>
  */
 
+#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