From: Francis Dupont Date: Thu, 16 Dec 2021 00:08:27 +0000 (+0100) Subject: [#2084] Removed extra code directives X-Git-Tag: Kea-2.1.2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8707d89d80b41c8a91c921b899b4714bd84bbd81;p=thirdparty%2Fkea.git [#2084] Removed extra code directives --- diff --git a/src/bin/agent/agent_parser.yy b/src/bin/agent/agent_parser.yy index 06945ba954..e877175d96 100644 --- a/src/bin/agent/agent_parser.yy +++ b/src/bin/agent/agent_parser.yy @@ -34,7 +34,6 @@ using namespace std; #include } -%code %define api.token.prefix {TOKEN_} // Tokens in an order which makes sense and related to the intended use. diff --git a/src/bin/d2/d2_parser.yy b/src/bin/d2/d2_parser.yy index c7f6be03e2..1062b24e88 100644 --- a/src/bin/d2/d2_parser.yy +++ b/src/bin/d2/d2_parser.yy @@ -35,7 +35,6 @@ using namespace std; #include } -%code %define api.token.prefix {TOKEN_} // Tokens in an order which makes sense and related to the intended use. diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy index 7347a4c22d..c58741e937 100644 --- a/src/bin/dhcp4/dhcp4_parser.yy +++ b/src/bin/dhcp4/dhcp4_parser.yy @@ -35,7 +35,6 @@ using namespace std; #include } -%code %define api.token.prefix {TOKEN_} // Tokens in an order which makes sense and related to the intended use. diff --git a/src/bin/dhcp6/dhcp6_parser.yy b/src/bin/dhcp6/dhcp6_parser.yy index 9e9e74a78c..4050f8b749 100644 --- a/src/bin/dhcp6/dhcp6_parser.yy +++ b/src/bin/dhcp6/dhcp6_parser.yy @@ -35,7 +35,6 @@ using namespace std; #include } -%code %define api.token.prefix {TOKEN_} // Tokens in an order which makes sense and related to the intended use. diff --git a/src/bin/netconf/netconf_parser.yy b/src/bin/netconf/netconf_parser.yy index d3714f95e6..81daa9406d 100644 --- a/src/bin/netconf/netconf_parser.yy +++ b/src/bin/netconf/netconf_parser.yy @@ -34,7 +34,6 @@ using namespace std; #include } -%code %define api.token.prefix {TOKEN_} // Tokens in an order which makes sense and related to the intended use.