INLINE goes before the function's return type
authorBrian <brian.paul@tungstengraphics.com>
Fri, 25 May 2007 21:53:42 +0000 (15:53 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 25 May 2007 21:53:42 +0000 (15:53 -0600)
src/mesa/softpipe/generic/g_tile_fs.c

index 8473a9b5f192b3c93b0dc96a4e22c6c0ed6cbfc5..4c5e6efaed0a13e804c9e7cfc0de4332788e8ef0 100644 (file)
@@ -47,7 +47,7 @@ struct exec_machine {
 /**
  * Compute quad's attributes values, as constants (GL_FLAT shading).
  */
-static void INLINE cinterp( struct exec_machine *exec,
+static INLINE void cinterp( struct exec_machine *exec,
                            GLuint attrib,
                            GLuint i )
 {