From: Brian Paul Date: Mon, 18 Jan 2010 18:06:55 +0000 (-0700) Subject: glsl: remove __inline directive X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c041fac96303200f84b379829fd2f72cbc46423;p=mesa.git glsl: remove __inline directive It makes no difference with gcc -O3, for example. --- diff --git a/src/glsl/cl/sl_cl_parse.c b/src/glsl/cl/sl_cl_parse.c index e9b3707ac12..e256ab82138 100644 --- a/src/glsl/cl/sl_cl_parse.c +++ b/src/glsl/cl/sl_cl_parse.c @@ -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)