diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-17 12:03:25 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-21 12:31:02 -0700 |
commit | f1e6c069fac93dd2b7b2026ccd24833a066c895a (patch) | |
tree | 37bd98609c64e6b87c05308c6c69f567c4208920 /glcpp/glcpp.h | |
parent | b78c9ddfbfecb983f7ab519bb07889333bdab959 (diff) |
glcpp: Introduce new glcpp_error function.
Diffstat (limited to 'glcpp/glcpp.h')
-rw-r--r-- | glcpp/glcpp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glcpp/glcpp.h b/glcpp/glcpp.h index 2d4c84796b..45bbff3ad4 100644 --- a/glcpp/glcpp.h +++ b/glcpp/glcpp.h @@ -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 |