blob: 340d54ffcfc8bc49a235f71e38c270541ee551c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
From: Debian Mobcom Maintainers
<Debian-mobcom-maintainers@lists.alioth.debian.org>
Date: Wed, 13 Nov 2024 12:13:17 -0300
Subject: a_extensions_rt_default_rtd_conf.y
---
extensions/rt_default/rtd_conf.y | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/rt_default/rtd_conf.y b/extensions/rt_default/rtd_conf.y
index e02303c..1ef24ab 100644
--- a/extensions/rt_default/rtd_conf.y
+++ b/extensions/rt_default/rtd_conf.y
@@ -39,14 +39,14 @@
/* For development only : */
%debug
-%error-verbose
+%define parse.error verbose
/* The parser receives the configuration file filename as parameter */
%parse-param {char * conffile}
/* Keep track of location */
%locations
-%pure-parser
+%define api.pure
%{
#include "rt_default.h"
|