diff options
author | Brian Paul <[email protected]> | 2008-06-21 10:24:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-21 10:24:43 -0600 |
commit | 2e922b0e35eda9e0dab9c085bdf83d2a1094dcbb (patch) | |
tree | 4235e35a04184ec4e726c036e5bb99f13421bfab /src/mesa/drivers/dri/i810/i810state.c | |
parent | 2c1bead06928961a18aea14b3cae4e854ceb915e (diff) |
replace __inline and __inline__ with INLINE macro
Diffstat (limited to 'src/mesa/drivers/dri/i810/i810state.c')
-rw-r--r-- | src/mesa/drivers/dri/i810/i810state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i810/i810state.c b/src/mesa/drivers/dri/i810/i810state.c index 185c098b5e1..4b3cb873b8c 100644 --- a/src/mesa/drivers/dri/i810/i810state.c +++ b/src/mesa/drivers/dri/i810/i810state.c @@ -27,7 +27,7 @@ #include "tnl/t_pipeline.h" -static __inline__ GLuint i810PackColor(GLuint format, +static INLINE GLuint i810PackColor(GLuint format, GLubyte r, GLubyte g, GLubyte b, GLubyte a) { |