wrap in #ifdef FX / #endif
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Oct 2003 14:55:27 +0000 (14:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 21 Oct 2003 14:55:27 +0000 (14:55 +0000)
src/mesa/drivers/glide/fxg.c

index 99c2066af1164e9e1c191f065da85c1b7dd36c32..bb162c5808ccd35f7ffbf2db49b488f0e17f8b14 100644 (file)
@@ -31,6 +31,8 @@
  */
 
 
+#ifdef FX
+
 #include <stdio.h>
 #include <stdarg.h>
 #include <assert.h>
@@ -2133,3 +2135,6 @@ void tdfx_hook_glide (struct tdfx_glide *Glide)
 
 #undef GET_EXT_ADDR
 }
+
+
+#endif /* FX */