diff options
author | Brian Paul <[email protected]> | 2008-06-21 10:20:54 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-21 10:20:54 -0600 |
commit | 2c1bead06928961a18aea14b3cae4e854ceb915e (patch) | |
tree | de2dc74948e51f79047eb7bdbfad39b2e8955bcf /src/mesa/drivers/svga/svgamesa24.c | |
parent | 77d917a74ae677bcd277654adb67e9e532730046 (diff) |
s/inline/INLINE
Diffstat (limited to 'src/mesa/drivers/svga/svgamesa24.c')
-rw-r--r-- | src/mesa/drivers/svga/svgamesa24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/svga/svgamesa24.c b/src/mesa/drivers/svga/svgamesa24.c index dd15bf38db2..794c24c6259 100644 --- a/src/mesa/drivers/svga/svgamesa24.c +++ b/src/mesa/drivers/svga/svgamesa24.c @@ -40,7 +40,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" |