diff options
author | Francis Dupont <fdupont@isc.org> | 2018-11-15 15:08:33 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-11-15 15:08:33 +0100 |
commit | 2ce409a59836dd6d4af1431839e93f3c09a6ec09 (patch) | |
tree | 478ab946c1c603f5fefa1b57d71e3a49ee32e396 /src/bin/netconf | |
parent | [master] Regen bison with 3.2.1 (last) version (diff) | |
download | kea-2ce409a59836dd6d4af1431839e93f3c09a6ec09.tar.xz kea-2ce409a59836dd6d4af1431839e93f3c09a6ec09.zip |
[master] Regen bison 3.0.5 (>= 3.1 bugged)
Diffstat (limited to 'src/bin/netconf')
-rw-r--r-- | src/bin/netconf/location.hh | 4 | ||||
-rw-r--r-- | src/bin/netconf/netconf_parser.cc | 16 | ||||
-rw-r--r-- | src/bin/netconf/netconf_parser.h | 2 | ||||
-rw-r--r-- | src/bin/netconf/position.hh | 4 | ||||
-rw-r--r-- | src/bin/netconf/stack.hh | 4 |
5 files changed, 15 insertions, 15 deletions
diff --git a/src/bin/netconf/location.hh b/src/bin/netconf/location.hh index 18a2c074e7..cd053ebc4e 100644 --- a/src/bin/netconf/location.hh +++ b/src/bin/netconf/location.hh @@ -1,5 +1,5 @@ -// Generated 201811151337 -// A Bison parser, made by GNU Bison 3.2.1. +// Generated 201811151407 +// A Bison parser, made by GNU Bison 3.0.5. // Locations for Bison parsers in C++ diff --git a/src/bin/netconf/netconf_parser.cc b/src/bin/netconf/netconf_parser.cc index c3ab6456fe..66c8b997a8 100644 --- a/src/bin/netconf/netconf_parser.cc +++ b/src/bin/netconf/netconf_parser.cc @@ -1,4 +1,4 @@ -// A Bison parser, made by GNU Bison 3.2.1. +// A Bison parser, made by GNU Bison 3.0.5. // Skeleton implementation for Bison LALR(1) parsers in C++ @@ -372,49 +372,49 @@ namespace isc { namespace netconf { { case 45: // "constant string" -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< std::string > (); } #line 378 "netconf_parser.cc" // lalr1.cc:635 break; case 46: // "integer" -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< int64_t > (); } #line 385 "netconf_parser.cc" // lalr1.cc:635 break; case 47: // "floating point" -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< double > (); } #line 392 "netconf_parser.cc" // lalr1.cc:635 break; case 48: // "boolean" -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< bool > (); } #line 399 "netconf_parser.cc" // lalr1.cc:635 break; case 57: // value -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< ElementPtr > (); } #line 406 "netconf_parser.cc" // lalr1.cc:635 break; case 60: // map_value -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< ElementPtr > (); } #line 413 "netconf_parser.cc" // lalr1.cc:635 break; case 119: // socket_type_value -#line 107 ""netconf_parser.yy"" // lalr1.cc:635 +#line 107 "netconf_parser.yy" // lalr1.cc:635 { yyoutput << yysym.value.template as< ElementPtr > (); } #line 420 "netconf_parser.cc" // lalr1.cc:635 break; diff --git a/src/bin/netconf/netconf_parser.h b/src/bin/netconf/netconf_parser.h index 7b6b982ff2..f7a4e6cb3a 100644 --- a/src/bin/netconf/netconf_parser.h +++ b/src/bin/netconf/netconf_parser.h @@ -1,4 +1,4 @@ -// A Bison parser, made by GNU Bison 3.2.1. +// A Bison parser, made by GNU Bison 3.0.5. // Skeleton interface for Bison LALR(1) parsers in C++ diff --git a/src/bin/netconf/position.hh b/src/bin/netconf/position.hh index b55b8fcd38..d3f2f4a265 100644 --- a/src/bin/netconf/position.hh +++ b/src/bin/netconf/position.hh @@ -1,5 +1,5 @@ -// Generated 201811151337 -// A Bison parser, made by GNU Bison 3.2.1. +// Generated 201811151407 +// A Bison parser, made by GNU Bison 3.0.5. // Positions for Bison parsers in C++ diff --git a/src/bin/netconf/stack.hh b/src/bin/netconf/stack.hh index bfb57c3686..3d828f54dd 100644 --- a/src/bin/netconf/stack.hh +++ b/src/bin/netconf/stack.hh @@ -1,5 +1,5 @@ -// Generated 201811151337 -// A Bison parser, made by GNU Bison 3.2.1. +// Generated 201811151407 +// A Bison parser, made by GNU Bison 3.0.5. // Stack handling for Bison parsers in C++ |