diff options
author | Brian Paul <[email protected]> | 2015-02-26 09:48:34 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-26 11:02:13 -0700 |
commit | bbedb85898fb53bee613510e1fe8d890aab4cfda (patch) | |
tree | 87d08691afb60e65dbb031c5205f4a01a88b264b /src/mesa/drivers/dri/r200/r200_swtcl.c | |
parent | 8e9fe53ce9f8b01ae66b19dc273594fa413e9ad5 (diff) |
r200: replace INLINE with inline
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_swtcl.c')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_swtcl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_swtcl.c b/src/mesa/drivers/dri/r200/r200_swtcl.c index cb07bcf1f8c..e8a06c89c2b 100644 --- a/src/mesa/drivers/dri/r200/r200_swtcl.c +++ b/src/mesa/drivers/dri/r200/r200_swtcl.c @@ -318,7 +318,7 @@ void r200_swtcl_flush(struct gl_context *ctx, uint32_t current_offset) /**************************************************************************/ -static INLINE GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) +static inline GLuint reduced_hw_prim( struct gl_context *ctx, GLuint prim) { switch (prim) { case GL_POINTS: |