From 5f4ce8d1b05e447950c83ba635f55a1ddf1671c5 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Sun, 24 Feb 2019 18:07:34 +0300 Subject: [PATCH] Fix bison warning. --- src/script2txt/script2txt.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script2txt/script2txt.yy b/src/script2txt/script2txt.yy index 82293ee..4ae84cd 100644 --- a/src/script2txt/script2txt.yy +++ b/src/script2txt/script2txt.yy @@ -29,7 +29,7 @@ %locations %verbose //%no-lines -%error-verbose +%define parse.error verbose ////////////////////////////////////////