mesa: fix some minor texstore comments
[mesa.git] / src / mesa / main / vtxfmt.h
index 147385cee9656dc89e24a9043a49594de727f64c..aac656879bf873ad78eb583c8bc7e66592a78076 100644 (file)
@@ -34,6 +34,7 @@
 #define _VTXFMT_H_
 
 #include "compiler.h"
+#include "mfeatures.h"
 #include "mtypes.h"
 
 #if FEATURE_beginend
@@ -43,12 +44,12 @@ extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexfor
 
 #else /* FEATURE_beginend */
 
-static INLINE void
+static inline void
 _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
 {
 }
 
-static INLINE void
+static inline void
 _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt )
 {
 }