Merge branch 'gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / drivers / svga / svgamesa24.c
index dd15bf38db208474abfcc6dcc1de386eff1f1c38..f2ec9c0364a2b4a90e58ca7c5830218cd6886ec9 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: svgamesa24.c,v 1.12.36.1 2006/11/02 12:02:17 alanh Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -40,7 +39,7 @@
 
 #if 0
 /* this doesn't compile with GCC on RedHat 6.1 */
-static inline int RGB2BGR24(int c)
+static INLINE int RGB2BGR24(int c)
 {
        asm("rorw  $8, %0\n"     
            "rorl $16, %0\n"