svga: fix clip plane regression after recent tgsi_scan change
[mesa.git] / src / gallium / drivers / svga / svga_pipe_streamout.c
index 05672a95165bc470193eeed71056d7bcaf542ab5..1da63204428d90f2da9926a88acea9e8476e69b8 100644 (file)
@@ -38,7 +38,7 @@ struct svga_stream_output_target {
 };
 
 /** cast wrapper */
-static INLINE struct svga_stream_output_target *
+static inline struct svga_stream_output_target *
 svga_stream_output_target(struct pipe_stream_output_target *s)
 {
    return (struct svga_stream_output_target *)s;