diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-18 19:52:36 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-21 12:38:39 -0700 |
commit | 33eaa3e0b3a8f94c2abb23ac3c9cbe571f170fb6 (patch) | |
tree | 10e52bcbd713a687e7d16618d82befaf6acd7782 /glcpp/glcpp.h | |
parent | 03ee33809f2e5c6ecff827188ec33be5a9397c16 (diff) |
glcpp: Rename "errors" to "info_log."
Eventually, we'll want to be be able to print out warnings as well.
Diffstat (limited to 'glcpp/glcpp.h')
-rw-r--r-- | glcpp/glcpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcpp/glcpp.h b/glcpp/glcpp.h index 4a2489a96d..e67469be2e 100644 --- a/glcpp/glcpp.h +++ b/glcpp/glcpp.h @@ -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 * |