From d46fa8bbefdd46953e86514e43ef51cd234ecc74 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 25 May 2007 15:53:42 -0600 Subject: INLINE goes before the function's return type --- src/mesa/softpipe/generic/g_tile_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/softpipe/generic') diff --git a/src/mesa/softpipe/generic/g_tile_fs.c b/src/mesa/softpipe/generic/g_tile_fs.c index 8473a9b5f1..4c5e6efaed 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 ) { -- cgit v1.2.3