glsl: make _token_list_is_empty_ignoring_space() static
authorBrian Paul <brianp@vmware.com>
Mon, 31 Jan 2011 21:08:22 +0000 (14:08 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 31 Jan 2011 21:09:24 +0000 (14:09 -0700)
To silence warning about missing prototype.

src/glsl/glcpp/glcpp-parse.y

index 65112c94d9d6589b8be4a6396115840700ed4760..aa5a0c4f209938c6f0bd1ea7b693ed9684457a3e 100644 (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;