glsl: remove __inline directive
authorBrian Paul <brianp@vmware.com>
Mon, 18 Jan 2010 18:06:55 +0000 (11:06 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 18 Jan 2010 18:06:57 +0000 (11:06 -0700)
It makes no difference with gcc -O3, for example.

src/glsl/cl/sl_cl_parse.c

index e9b3707ac121e1499077038a0a4c62e5d2c638be..e256ab821387c31bb27777ffd57ce2f1341bc514 100644 (file)
@@ -345,7 +345,7 @@ struct parse_state {
 };
 
 
-static __inline unsigned int
+static unsigned int
 _emit(struct parse_context *ctx,
       unsigned int *out,
       unsigned char b)