diff options
author | Francis Dupont <fdupont@isc.org> | 2019-02-06 14:06:56 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-07-26 12:55:55 +0200 |
commit | daa7385b209c65ba3b1e58c55f007095b4d6b6d8 (patch) | |
tree | c21461cacb55e7fcdfd9bbdf5caf66877ee288de /src/bin/dhcp6/dhcp6_parser.yy | |
parent | [#1077] 2 out of 3 --with-libyang modes work: (diff) | |
download | kea-daa7385b209c65ba3b1e58c55f007095b4d6b6d8.tar.xz kea-daa7385b209c65ba3b1e58c55f007095b4d6b6d8.zip |
[#453] Update attempt
Diffstat (limited to 'src/bin/dhcp6/dhcp6_parser.yy')
-rw-r--r-- | src/bin/dhcp6/dhcp6_parser.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp6/dhcp6_parser.yy b/src/bin/dhcp6/dhcp6_parser.yy index 555eed87e7..bc29b05dc6 100644 --- a/src/bin/dhcp6/dhcp6_parser.yy +++ b/src/bin/dhcp6/dhcp6_parser.yy @@ -7,7 +7,7 @@ %skeleton "lalr1.cc" /* -*- C++ -*- */ %require "3.0.0" %defines -%define parser_class_name {Dhcp6Parser} +%define api.parser.class {Dhcp6Parser} %define api.prefix {parser6_} %define api.token.constructor %define api.value.type variant |