diff options
author | Brian Paul <[email protected]> | 2008-06-21 10:34:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-21 10:34:00 -0600 |
commit | 055ab81920e7299ec4fce8f9908c88c001050a92 (patch) | |
tree | db99844ecd5c6f31e83ca7db3119391fc78d63eb /src/mesa/drivers/dri/savage/savagestate.c | |
parent | 24197b4901c72b3a2c6afcb3f6936e0876853e1d (diff) |
replace __inline and __inline__ with INLINE macro
Diffstat (limited to 'src/mesa/drivers/dri/savage/savagestate.c')
-rw-r--r-- | src/mesa/drivers/dri/savage/savagestate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/savage/savagestate.c b/src/mesa/drivers/dri/savage/savagestate.c index 7c36b133a91..c5ef47f2580 100644 --- a/src/mesa/drivers/dri/savage/savagestate.c +++ b/src/mesa/drivers/dri/savage/savagestate.c @@ -76,7 +76,7 @@ static void savageBlendFunc_s4(GLcontext *); static void savageBlendFunc_s3d(GLcontext *); -static __inline__ GLuint savagePackColor(GLuint format, +static INLINE GLuint savagePackColor(GLuint format, GLubyte r, GLubyte g, GLubyte b, GLubyte a) { |