From f70f60739a9037102a257396822f0ed81b00cb77 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Thu, 17 Jun 2010 13:07:13 -0700 Subject: [PATCH] glcpp: Add %error-verbose. --- glcpp/glcpp-parse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/glcpp/glcpp-parse.y b/glcpp/glcpp-parse.y index 8119de3aa5c..c5c03b68fbd 100644 --- a/glcpp/glcpp-parse.y +++ b/glcpp/glcpp-parse.y @@ -141,6 +141,7 @@ glcpp_parser_lex_from (glcpp_parser_t *parser, token_list_t *list); %} %pure-parser +%error-verbose %parse-param {glcpp_parser_t *parser} %lex-param {glcpp_parser_t *parser} -- 2.30.2