From 732b00e5ccbedc6261e83ff1933078639cfd1ff0 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Wed, 21 Oct 2020 13:54:51 -0400 Subject: [#1386] Regenerated parsers Regenerated parsers for kea-dhcp4/6 for !976 src/bin/dhcp4/dhcp4_lexer.cc src/bin/dhcp4/dhcp4_parser.cc src/bin/dhcp4/dhcp4_parser.h src/bin/dhcp4/location.hh src/bin/dhcp4/position.hh src/bin/dhcp4/stack.hh src/bin/dhcp6/dhcp6_lexer.cc src/bin/dhcp6/dhcp6_parser.cc src/bin/dhcp6/dhcp6_parser.h src/bin/dhcp6/location.hh src/bin/dhcp6/position.hh src/bin/dhcp6/stack.hh --- src/bin/dhcp4/dhcp4_lexer.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/bin/dhcp4/dhcp4_lexer.cc') diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc index 9669c1d3f3..a28fb4a9f4 100644 --- a/src/bin/dhcp4/dhcp4_lexer.cc +++ b/src/bin/dhcp4/dhcp4_lexer.cc @@ -1,6 +1,6 @@ -#line 1 "dhcp4_lexer.cc" +#line 2 "dhcp4_lexer.cc" -#line 3 "dhcp4_lexer.cc" +#line 4 "dhcp4_lexer.cc" #define YY_INT_ALIGNED short int @@ -1994,7 +1994,7 @@ using namespace isc::dhcp; /* To avoid the call to exit... oops! */ #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg) -#line 1997 "dhcp4_lexer.cc" +#line 1998 "dhcp4_lexer.cc" /* 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 using yywrap requires linking with -lfl, which provides the default yywrap @@ -2020,8 +2020,8 @@ using namespace isc::dhcp; by moving it ahead by yyleng bytes. yyleng specifies the length of the currently matched token. */ #define YY_USER_ACTION driver.loc_.columns(yyleng); -#line 2023 "dhcp4_lexer.cc" #line 2024 "dhcp4_lexer.cc" +#line 2025 "dhcp4_lexer.cc" #define INITIAL 0 #define COMMENT 1 @@ -2349,7 +2349,7 @@ YY_DECL } -#line 2352 "dhcp4_lexer.cc" +#line 2353 "dhcp4_lexer.cc" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { @@ -5001,7 +5001,7 @@ YY_RULE_SETUP #line 2095 "dhcp4_lexer.ll" ECHO; YY_BREAK -#line 5004 "dhcp4_lexer.cc" +#line 5005 "dhcp4_lexer.cc" case YY_END_OF_BUFFER: { -- cgit v1.2.3