glsl: make _token_list_is_empty_ignoring_space() static
To silence warning about missing prototype.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user