glsl: remove __inline directive

It makes no difference with gcc -O3, for example.
This commit is contained in:
Brian Paul 2010-01-18 11:06:55 -07:00
parent 0766780a98
commit 4c041fac96
1 changed files with 1 additions and 1 deletions

View 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)