From 4329f4f18e5e5340fa64b3d419e5011b0f71e429 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Sun, 20 Oct 2019 09:13:04 -0400 Subject: [PATCH] Revised deprecated bison directive. --- xa-pre-process/xapp.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xa-pre-process/xapp.y b/xa-pre-process/xapp.y index 1977893..7f440ae 100644 --- a/xa-pre-process/xapp.y +++ b/xa-pre-process/xapp.y @@ -1,4 +1,4 @@ -%error-verbose +%define parse.error verbose %code requires { #include "xapp.h"