protect whole file with #ifdef FX
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Oct 2003 21:13:15 +0000 (21:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 15 Oct 2003 21:13:15 +0000 (21:13 +0000)
src/mesa/drivers/glide/fxg.c

index 3d00e08..25b2bb6 100644 (file)
@@ -30,6 +30,8 @@
  *  Web   : http://www.geocities.com/dborca
  */
 
+#ifdef FX
+
 
 #include <stdio.h>
 #include <stdarg.h>
@@ -2133,3 +2135,5 @@ void tdfx_hook_glide (struct tdfx_glide *Glide)
 
 #undef GET_EXT_ADDR
 }
+
+#endif /* FX */