glcpp: Build a reentrant parser.
This commit is contained in:
parent
b673ff91ab
commit
e0e429fca3
3 changed files with 15 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue