diff options
author | Brian Paul <[email protected]> | 2011-11-28 18:13:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-11-30 06:57:37 -0700 |
commit | 1ad5a1a2460dcfe2dd36e19e8699aa58c4a46025 (patch) | |
tree | 542a84b45db821d1d455efac327fded2e563793d /src/mesa/tnl/t_context.h | |
parent | 22ad02b3ff9e9e5f1ab32e683dfaa89832732eed (diff) |
tnl: s/INLINE/inline/
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index b3fce81b459..a7e8c7c047d 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -173,7 +173,7 @@ enum { #define PRIM_END 0x20 #define PRIM_MODE_MASK 0x0f -static INLINE GLuint _tnl_translate_prim( const struct _mesa_prim *prim ) +static inline GLuint _tnl_translate_prim( const struct _mesa_prim *prim ) { GLuint flag; flag = prim->mode; |