glcpp: Rename "errors" to "info_log."
Eventually, we'll want to be be able to print out warnings as well.
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ struct glcpp_parser {
|
||||
token_list_t *lex_from_list;
|
||||
token_node_t *lex_from_node;
|
||||
char *output;
|
||||
char *errors;
|
||||
char *info_log;
|
||||
};
|
||||
|
||||
glcpp_parser_t *
|
||||
|
||||
Reference in New Issue
Block a user