glsl: add static qualifier to silence warning

This commit is contained in:
Brian Paul 2011-05-18 13:42:13 -06:00
parent b6bca28113
commit a5c0969087
2 changed files with 2 additions and 2 deletions

View file

@ -3154,7 +3154,7 @@ _token_list_trim_trailing_space (token_list_t *list)
}
}
int
static int
_token_list_is_empty_ignoring_space (token_list_t *l)
{
token_node_t *n;

View file

@ -829,7 +829,7 @@ _token_list_trim_trailing_space (token_list_t *list)
}
}
int
static int
_token_list_is_empty_ignoring_space (token_list_t *l)
{
token_node_t *n;