summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/accum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/accum.h')
-rw-r--r--src/mesa/main/accum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h
index 93442444979..f16378cc157 100644
--- a/src/mesa/main/accum.h
+++ b/src/mesa/main/accum.h
@@ -55,14 +55,14 @@ _mesa_init_accum_dispatch(struct _glapi_table *disp);
#include "main/compiler.h"
-static INLINE void
+static inline void
_mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
{
/* this is used in _mesa_PopAttrib */
ASSERT_NO_FEATURE();
}
-static INLINE void
+static inline void
_mesa_init_accum_dispatch(struct _glapi_table *disp)
{
}