From: Brian Date: Fri, 25 May 2007 21:53:42 +0000 (-0600) Subject: INLINE goes before the function's return type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d46fa8bbefdd46953e86514e43ef51cd234ecc74;p=mesa.git INLINE goes before the function's return type --- diff --git a/src/mesa/softpipe/generic/g_tile_fs.c b/src/mesa/softpipe/generic/g_tile_fs.c index 8473a9b5f19..4c5e6efaed0 100644 --- a/src/mesa/softpipe/generic/g_tile_fs.c +++ b/src/mesa/softpipe/generic/g_tile_fs.c @@ -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 ) {