diff options
author | Thomas Markwalder <tmark@isc.org> | 2020-10-21 19:54:51 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2020-10-21 20:19:53 +0200 |
commit | 732b00e5ccbedc6261e83ff1933078639cfd1ff0 (patch) | |
tree | e089e3fe3c7e26ff5fad31b6337e6db825e922c7 /src/bin/dhcp4/dhcp4_lexer.cc | |
parent | [#1386] Addressed review comments for !976 (diff) | |
download | kea-732b00e5ccbedc6261e83ff1933078639cfd1ff0.tar.xz kea-732b00e5ccbedc6261e83ff1933078639cfd1ff0.zip |
[#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
Diffstat (limited to 'src/bin/dhcp4/dhcp4_lexer.cc')
-rw-r--r-- | src/bin/dhcp4/dhcp4_lexer.cc | 12 |
1 files changed, 6 insertions, 6 deletions
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: { |