r600g: re-enable single-sample fast clear
[mesa.git] / src / gallium / drivers / svga / svga_pipe_query.c
index a97a9c46cf8cdb7b795e56844582463d3889b68e..208a2cd14bffab6f4c8cb342c483b46f8325410a 100644 (file)
@@ -59,7 +59,7 @@ struct svga_query {
 
 
 /** cast wrapper */
-static INLINE struct svga_query *
+static inline struct svga_query *
 svga_query( struct pipe_query *q )
 {
    return (struct svga_query *)q;