glsl: make _token_list_is_empty_ignoring_space() static

To silence warning about missing prototype.
This commit is contained in:
Brian Paul 2011-01-31 14:08:22 -07:00
parent 3b8c7d70b3
commit aacd07d623
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,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;