Merge branch 'gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / drivers / svga / svgamesa32.c
index d089c20c050d1d5d6667e5e67871f77080d43a5c..8eea3cbe648e0a2adffe9411914601b441082171 100644 (file)
@@ -39,7 +39,7 @@
 
 #if 0
 /* this doesn't compile with GCC on RedHat 6.1 */
-static inline int RGB2BGR32(int c)
+static INLINE int RGB2BGR32(int c)
 {
        asm("rorw  $8, %0\n"     
            "rorl $16, %0\n"