diff options
Diffstat (limited to 'src/bin/dhcp6/dhcp6_lexer.cc')
-rw-r--r-- | src/bin/dhcp6/dhcp6_lexer.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bin/dhcp6/dhcp6_lexer.cc b/src/bin/dhcp6/dhcp6_lexer.cc index 551e7b7956..094e24bfee 100644 --- a/src/bin/dhcp6/dhcp6_lexer.cc +++ b/src/bin/dhcp6/dhcp6_lexer.cc @@ -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 @@ -2246,7 +2246,7 @@ using namespace isc::dhcp; /* To avoid the call to exit... oops! */ #define YY_FATAL_ERROR(msg) isc::dhcp::Parser6Context::fatal(msg) -#line 2250 "dhcp6_lexer.cc" +#line 2249 "dhcp6_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 @@ -2272,8 +2272,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 2275 "dhcp6_lexer.cc" #line 2276 "dhcp6_lexer.cc" -#line 2277 "dhcp6_lexer.cc" #define INITIAL 0 #define COMMENT 1 @@ -2603,7 +2603,7 @@ YY_DECL } -#line 2607 "dhcp6_lexer.cc" +#line 2606 "dhcp6_lexer.cc" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { @@ -5841,7 +5841,7 @@ YY_RULE_SETUP #line 2561 "dhcp6_lexer.ll" ECHO; YY_BREAK -#line 5845 "dhcp6_lexer.cc" +#line 5844 "dhcp6_lexer.cc" case YY_END_OF_BUFFER: { |