summaryrefslogtreecommitdiff
path: root/glcpp/glcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcpp/glcpp.h')
-rw-r--r--glcpp/glcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp/glcpp.h b/glcpp/glcpp.h
index 0d43f0b69e..3441ab8632 100644
--- a/glcpp/glcpp.h
+++ b/glcpp/glcpp.h
@@ -163,7 +163,7 @@ void
glcpp_lex_set_source_string(glcpp_parser_t *parser, const char *shader);
int
-glcpp_lex (yyscan_t scanner);
+glcpp_lex (YYSTYPE *lvalp, yyscan_t scanner);
int
glcpp_lex_destroy (yyscan_t scanner);