2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[master] regen flex

This commit is contained in:
Francis Dupont 2019-08-31 12:53:08 +00:00
parent 52e5a58712
commit 53bbaec735
6 changed files with 2146 additions and 1400 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#line 2 "d2_lexer.cc" #line 1 "d2_lexer.cc"
#line 4 "d2_lexer.cc" #line 3 "d2_lexer.cc"
#define YY_INT_ALIGNED short int #define YY_INT_ALIGNED short int
@ -1149,7 +1149,7 @@ unsigned int comment_start_line = 0;
/* To avoid the call to exit... oops! */ /* To avoid the call to exit... oops! */
#define YY_FATAL_ERROR(msg) isc::d2::D2ParserContext::fatal(msg) #define YY_FATAL_ERROR(msg) isc::d2::D2ParserContext::fatal(msg)
#line 1153 "d2_lexer.cc" #line 1152 "d2_lexer.cc"
/* noyywrap disables automatic rewinding for the next file to parse. Since we /* noyywrap disables automatic rewinding for the next file to parse. Since we
always parse only a single string, there's no need to do any wraps. And always parse only a single string, there's no need to do any wraps. And
using yywrap requires linking with -lfl, which provides the default yywrap using yywrap requires linking with -lfl, which provides the default yywrap
@ -1175,8 +1175,8 @@ unsigned int comment_start_line = 0;
by moving it ahead by yyleng bytes. yyleng specifies the length of the by moving it ahead by yyleng bytes. yyleng specifies the length of the
currently matched token. */ currently matched token. */
#define YY_USER_ACTION driver.loc_.columns(yyleng); #define YY_USER_ACTION driver.loc_.columns(yyleng);
#line 1178 "d2_lexer.cc"
#line 1179 "d2_lexer.cc" #line 1179 "d2_lexer.cc"
#line 1180 "d2_lexer.cc"
#define INITIAL 0 #define INITIAL 0
#define COMMENT 1 #define COMMENT 1
@ -1494,7 +1494,7 @@ YY_DECL
} }
#line 1498 "d2_lexer.cc" #line 1497 "d2_lexer.cc"
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{ {
@ -2409,7 +2409,7 @@ YY_RULE_SETUP
#line 748 "d2_lexer.ll" #line 748 "d2_lexer.ll"
ECHO; ECHO;
YY_BREAK YY_BREAK
#line 2413 "d2_lexer.cc" #line 2412 "d2_lexer.cc"
case YY_END_OF_BUFFER: case YY_END_OF_BUFFER:
{ {

View File

@ -1,6 +1,6 @@
#line 2 "dhcp4_lexer.cc" #line 1 "dhcp4_lexer.cc"
#line 4 "dhcp4_lexer.cc" #line 3 "dhcp4_lexer.cc"
#define YY_INT_ALIGNED short int #define YY_INT_ALIGNED short int
@ -1830,7 +1830,7 @@ using namespace isc::dhcp;
/* To avoid the call to exit... oops! */ /* To avoid the call to exit... oops! */
#define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg) #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg)
#line 1834 "dhcp4_lexer.cc" #line 1833 "dhcp4_lexer.cc"
/* noyywrap disables automatic rewinding for the next file to parse. Since we /* noyywrap disables automatic rewinding for the next file to parse. Since we
always parse only a single string, there's no need to do any wraps. And always parse only a single string, there's no need to do any wraps. And
using yywrap requires linking with -lfl, which provides the default yywrap using yywrap requires linking with -lfl, which provides the default yywrap
@ -1856,8 +1856,8 @@ using namespace isc::dhcp;
by moving it ahead by yyleng bytes. yyleng specifies the length of the by moving it ahead by yyleng bytes. yyleng specifies the length of the
currently matched token. */ currently matched token. */
#define YY_USER_ACTION driver.loc_.columns(yyleng); #define YY_USER_ACTION driver.loc_.columns(yyleng);
#line 1859 "dhcp4_lexer.cc"
#line 1860 "dhcp4_lexer.cc" #line 1860 "dhcp4_lexer.cc"
#line 1861 "dhcp4_lexer.cc"
#define INITIAL 0 #define INITIAL 0
#define COMMENT 1 #define COMMENT 1
@ -2187,7 +2187,7 @@ YY_DECL
} }
#line 2191 "dhcp4_lexer.cc" #line 2190 "dhcp4_lexer.cc"
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{ {
@ -4606,7 +4606,7 @@ YY_RULE_SETUP
#line 1917 "dhcp4_lexer.ll" #line 1917 "dhcp4_lexer.ll"
ECHO; ECHO;
YY_BREAK YY_BREAK
#line 4610 "dhcp4_lexer.cc" #line 4609 "dhcp4_lexer.cc"
case YY_END_OF_BUFFER: case YY_END_OF_BUFFER:
{ {

View File

@ -1,6 +1,6 @@
#line 2 "dhcp6_lexer.cc" #line 1 "dhcp6_lexer.cc"
#line 4 "dhcp6_lexer.cc" #line 3 "dhcp6_lexer.cc"
#define YY_INT_ALIGNED short int #define YY_INT_ALIGNED short int
@ -1851,7 +1851,7 @@ using namespace isc::dhcp;
/* To avoid the call to exit... oops! */ /* To avoid the call to exit... oops! */
#define YY_FATAL_ERROR(msg) isc::dhcp::Parser6Context::fatal(msg) #define YY_FATAL_ERROR(msg) isc::dhcp::Parser6Context::fatal(msg)
#line 1855 "dhcp6_lexer.cc" #line 1854 "dhcp6_lexer.cc"
/* noyywrap disables automatic rewinding for the next file to parse. Since we /* noyywrap disables automatic rewinding for the next file to parse. Since we
always parse only a single string, there's no need to do any wraps. And always parse only a single string, there's no need to do any wraps. And
using yywrap requires linking with -lfl, which provides the default yywrap using yywrap requires linking with -lfl, which provides the default yywrap
@ -1877,8 +1877,8 @@ using namespace isc::dhcp;
by moving it ahead by yyleng bytes. yyleng specifies the length of the by moving it ahead by yyleng bytes. yyleng specifies the length of the
currently matched token. */ currently matched token. */
#define YY_USER_ACTION driver.loc_.columns(yyleng); #define YY_USER_ACTION driver.loc_.columns(yyleng);
#line 1880 "dhcp6_lexer.cc"
#line 1881 "dhcp6_lexer.cc" #line 1881 "dhcp6_lexer.cc"
#line 1882 "dhcp6_lexer.cc"
#define INITIAL 0 #define INITIAL 0
#define COMMENT 1 #define COMMENT 1
@ -2210,7 +2210,7 @@ YY_DECL
} }
#line 2214 "dhcp6_lexer.cc" #line 2213 "dhcp6_lexer.cc"
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{ {
@ -4711,7 +4711,7 @@ YY_RULE_SETUP
#line 1978 "dhcp6_lexer.ll" #line 1978 "dhcp6_lexer.ll"
ECHO; ECHO;
YY_BREAK YY_BREAK
#line 4715 "dhcp6_lexer.cc" #line 4714 "dhcp6_lexer.cc"
case YY_END_OF_BUFFER: case YY_END_OF_BUFFER:
{ {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff