softpipe: Use portable INLINE macro.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 24 Sep 2009 14:27:19 +0000 (15:27 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 24 Sep 2009 14:28:55 +0000 (15:28 +0100)
src/gallium/drivers/softpipe/sp_tex_sample.c

index 2092a69..c22ee86 100644 (file)
@@ -983,7 +983,7 @@ img_filter_2d_nearest(struct tgsi_sampler *tgsi_sampler,
 }
 
 
-static inline union tex_tile_address
+static INLINE union tex_tile_address
 face(union tex_tile_address addr, unsigned face )
 {
    addr.bits.face = face;