summaryrefslogtreecommitdiff
path: root/security/ike/files/patch-source-iked-conf.parse.yy
blob: 4a8241a4122142b74150e57e07be9b5d01b3e29c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- source/iked/conf.parse.yy.orig	2013-04-03 07:10:43 UTC
+++ source/iked/conf.parse.yy
@@ -41,7 +41,7 @@
 
 %skeleton "lalr1.cc"
 %defines
-%define "parser_class_name" "conf_parser"
+%define api.parser.class {conf_parser}
 
 %{
 
@@ -56,7 +56,7 @@
 %lex-param   { IKED & iked }
 %locations
 %debug
-%error-verbose
+%define parse.error verbose
 
 // Symbols.
 %union