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:
Kenneth Graunke
2010-06-18 19:52:36 -07:00
parent 03ee33809f
commit 33eaa3e0b3
4 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ main (void)
ret = glcpp_parser_parse (parser);
printf("%s", parser->output);
fprintf(stderr, "%s", parser->errors);
fprintf(stderr, "%s", parser->info_log);
glcpp_parser_destroy (parser);