Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersm...@sun.com>
> ---
>  src/glsl/cl/sl_cl_parse.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/glsl/cl/sl_cl_parse.c b/src/glsl/cl/sl_cl_parse.c
> index e9b3707..61f50db 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 inline unsigned int
>  _emit(struct parse_context *ctx,
>        unsigned int *out,
>        unsigned char b)

I'm going to simply remove the __inline directive.  It makes no 
difference in this case with gcc -O3.

-Brian

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to