glcpp: Introduce new glcpp_error function.

This commit is contained in:
Kenneth Graunke
2010-06-17 12:03:25 -07:00
parent b78c9ddfbf
commit f1e6c069fa
3 changed files with 18 additions and 2 deletions

View File

@@ -165,6 +165,9 @@ glcpp_parser_parse (glcpp_parser_t *parser);
void
glcpp_parser_destroy (glcpp_parser_t *parser);
void
glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
/* Generated by glcpp-lex.l to glcpp-lex.c */
int