mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[trac5241] regen
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#ifndef YY_PARSER4_DHCP4_PARSER_H_INCLUDED
|
||||
# define YY_PARSER4_DHCP4_PARSER_H_INCLUDED
|
||||
// // "%code requires" blocks.
|
||||
#line 17 "dhcp4_parser.yy" // lalr1.cc:392
|
||||
#line 17 "dhcp4_parser.yy" // lalr1.cc:377
|
||||
|
||||
#include <string>
|
||||
#include <cc/data.h>
|
||||
@@ -52,7 +52,7 @@ using namespace isc::dhcp;
|
||||
using namespace isc::data;
|
||||
using namespace std;
|
||||
|
||||
#line 56 "dhcp4_parser.h" // lalr1.cc:392
|
||||
#line 56 "dhcp4_parser.h" // lalr1.cc:377
|
||||
|
||||
# include <cassert>
|
||||
# include <cstdlib> // std::abort
|
||||
@@ -135,9 +135,9 @@ using namespace std;
|
||||
# endif /* ! defined YYDEBUG */
|
||||
#endif /* ! defined PARSER4_DEBUG */
|
||||
|
||||
#line 14 "dhcp4_parser.yy" // lalr1.cc:392
|
||||
#line 14 "dhcp4_parser.yy" // lalr1.cc:377
|
||||
namespace isc { namespace dhcp {
|
||||
#line 141 "dhcp4_parser.h" // lalr1.cc:392
|
||||
#line 141 "dhcp4_parser.h" // lalr1.cc:377
|
||||
|
||||
|
||||
|
||||
@@ -398,7 +398,7 @@ namespace isc { namespace dhcp {
|
||||
TOKEN_CODE = 306,
|
||||
TOKEN_SPACE = 307,
|
||||
TOKEN_CSV_FORMAT = 308,
|
||||
TOKEN_PERSISTENT = 309,
|
||||
TOKEN_ALWAYS_SEND = 309,
|
||||
TOKEN_RECORD_TYPES = 310,
|
||||
TOKEN_ENCAPSULATE = 311,
|
||||
TOKEN_ARRAY = 312,
|
||||
@@ -812,7 +812,7 @@ namespace isc { namespace dhcp {
|
||||
|
||||
static inline
|
||||
symbol_type
|
||||
make_PERSISTENT (const location_type& l);
|
||||
make_ALWAYS_SEND (const location_type& l);
|
||||
|
||||
static inline
|
||||
symbol_type
|
||||
@@ -2078,9 +2078,9 @@ namespace isc { namespace dhcp {
|
||||
}
|
||||
|
||||
Dhcp4Parser::symbol_type
|
||||
Dhcp4Parser::make_PERSISTENT (const location_type& l)
|
||||
Dhcp4Parser::make_ALWAYS_SEND (const location_type& l)
|
||||
{
|
||||
return symbol_type (token::TOKEN_PERSISTENT, l);
|
||||
return symbol_type (token::TOKEN_ALWAYS_SEND, l);
|
||||
}
|
||||
|
||||
Dhcp4Parser::symbol_type
|
||||
@@ -2618,9 +2618,9 @@ namespace isc { namespace dhcp {
|
||||
}
|
||||
|
||||
|
||||
#line 14 "dhcp4_parser.yy" // lalr1.cc:392
|
||||
#line 14 "dhcp4_parser.yy" // lalr1.cc:377
|
||||
} } // isc::dhcp
|
||||
#line 2624 "dhcp4_parser.h" // lalr1.cc:392
|
||||
#line 2624 "dhcp4_parser.h" // lalr1.cc:377
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user