st/mesa: replace INLINE with inline
[mesa.git] / src / mesa / state_tracker / st_draw.h
index 361fe7f9125a1f468a3b2ab6e577f0f8aeaec914..780d4bde71360f4a7711d8334077c62faa49b6b2 100644 (file)
@@ -76,7 +76,7 @@ st_feedback_draw_vbo(struct gl_context *ctx,
  * This function is basically a cast wrapper to avoid warnings when building
  * in 64-bit mode.
  */
-static INLINE unsigned
+static inline unsigned
 pointer_to_offset(const void *ptr)
 {
    return (unsigned) (((GLsizeiptr) ptr) & 0xffffffffUL);