diff options
author | Wlodek Wencel <wlodek@isc.org> | 2020-06-22 13:57:32 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2020-06-22 13:57:32 +0200 |
commit | 099412a53c61c5e503cb1d00c9e33e1f48a17449 (patch) | |
tree | e7343f33cd86f5e3785a91487695a28f8546b334 /src/bin/netconf/netconf_parser.h | |
parent | [#1234] spelling (diff) | |
download | kea-099412a53c61c5e503cb1d00c9e33e1f48a17449.tar.xz kea-099412a53c61c5e503cb1d00c9e33e1f48a17449.zip |
[#1288] code changes for 1.7.9 release
Diffstat (limited to 'src/bin/netconf/netconf_parser.h')
-rw-r--r-- | src/bin/netconf/netconf_parser.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/bin/netconf/netconf_parser.h b/src/bin/netconf/netconf_parser.h index 9d92a12f7c..032cdebebf 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.6.2. +// A Bison parser, made by GNU Bison 3.6.4. // Skeleton interface for Bison LALR(1) parsers in C++ @@ -1907,41 +1907,41 @@ switch (yykind) // Tables. - // YYPACTSTATE-NUM -- Index in YYTABLE of the portion describing + // YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing // STATE-NUM. static const short yypact_[]; - // YYDEFACTSTATE-NUM -- Default reduction number in state STATE-NUM. + // YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. // Performed when YYTABLE does not specify something else to do. Zero // means the default is an error. static const unsigned char yydefact_[]; - // YYPGOTONTERM-NUM. + // YYPGOTO[NTERM-NUM]. static const signed char yypgoto_[]; - // YYDEFGOTONTERM-NUM. + // YYDEFGOTO[NTERM-NUM]. static const short yydefgoto_[]; - // YYTABLEYYPACT[STATE-NUM] -- What to do in state STATE-NUM. If + // YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If // positive, shift that token. If negative, reduce the rule whose // number is the opposite. If YYTABLE_NINF, syntax error. static const short yytable_[]; static const short yycheck_[]; - // YYSTOSSTATE-NUM -- The (internal number of the) accessing + // YYSTOS[STATE-NUM] -- The (internal number of the) accessing // symbol of state STATE-NUM. static const unsigned char yystos_[]; - // YYR1YYN -- Symbol number of symbol that rule YYN derives. + // YYR1[YYN] -- Symbol number of symbol that rule YYN derives. static const unsigned char yyr1_[]; - // YYR2YYN -- Number of symbols on the right hand side of rule YYN. + // YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. static const signed char yyr2_[]; #if NETCONF_DEBUG - // YYRLINEYYN -- Source line where rule number YYN was defined. + // YYRLINE[YYN] -- Source line where rule number YYN was defined. static const short yyrline_[]; /// Report on the debug stream that the rule \a r is going to be reduced. virtual void yy_reduce_print_ (int r) const; |