r100: fix 3D texture fallback
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_tcl.c
index 66fb7ef164a8ba2250b65ccd8d2892d4b286feeb..daa88f43c7536a527d3defd1cb2388d1f1c04785 100644 (file)
@@ -159,7 +159,7 @@ static GLushort *radeonAllocElts( r100ContextPtr rmesa, GLuint nr )
                                       rmesa->tcl.hw_primitive, nr );
 }
 
-#define CLOSE_ELTS()  RADEON_NEWPRIM( rmesa )
+#define CLOSE_ELTS() if (0)  RADEON_NEWPRIM( rmesa )