glcpp: Output to a buffer and error log rather than directly printing.
In the standalone case, simply print the buffers when done.
This commit is contained in:
@@ -141,6 +141,8 @@ struct glcpp_parser {
|
||||
skip_node_t *skip_stack;
|
||||
token_list_t *lex_from_list;
|
||||
token_node_t *lex_from_node;
|
||||
char *output;
|
||||
char *errors;
|
||||
};
|
||||
|
||||
glcpp_parser_t *
|
||||
|
||||
Reference in New Issue
Block a user