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 99c2066..bb162c5 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 */