diff options
Diffstat (limited to 'glcpp.h')
-rw-r--r-- | glcpp.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ glcpp_parser_parse (glcpp_parser_t *parser); void glcpp_parser_destroy (glcpp_parser_t *parser); +int +glcpp_parser_macro_defined (glcpp_parser_t *parser, + const char *identifier); + /* Generated by glcpp-lex.l to glcpp-lex.c */ int |