>From f5266b22a5a510da829c122e64ae786accc691e8 Mon Sep 17 00:00:00 2001 From: Jaap de Wolff Date: Sun, 10 May 2020 17:19:41 +0200 Subject: [PATCH 2/5] do not use depcrecated %error-verbose (bison 2013) --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/parser.yy b/lily/parser.yy index 7ad352ca4e..75cdb5bd8a 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -52,7 +52,7 @@ %parse-param {Lily_parser *parser} %parse-param {SCM *retval} %lex-param {Lily_parser *parser} -%error-verbose +%define parse.error verbose %debug /* We use SCMs to do strings, because it saves us the trouble of -- 2.20.1