Module: Mesa Branch: master Commit: 4c041fac96303200f84b379829fd2f72cbc46423 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c041fac96303200f84b379829fd2f72cbc46423
Author: Brian Paul <[email protected]> Date: Mon Jan 18 11:06:55 2010 -0700 glsl: remove __inline directive It makes no difference with gcc -O3, for example. --- 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..e256ab8 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
