summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texgen.h')
-rw-r--r--src/mesa/main/texgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texgen.h b/src/mesa/main/texgen.h
index 336ffce9245..60a9522af88 100644
--- a/src/mesa/main/texgen.h
+++ b/src/mesa/main/texgen.h
@@ -69,12 +69,12 @@ _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params )
{
}
-static void INLINE
+static void inline
_mesa_TexGeni( GLenum coord, GLenum pname, GLint param )
{
}
-static INLINE void
+static inline void
_mesa_init_texgen_dispatch(struct _glapi_table *disp)
{
}