diff options
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 8f729733e8..b908415cdf 100644 --- a/src/bin/dhcp4/dhcp4_lexer.cc +++ b/src/bin/dhcp4/dhcp4_lexer.cc @@ -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 @@ -2186,7 +2186,7 @@ using namespace isc::dhcp; /* To avoid the call to exit... oops! */ #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg) -#line 2190 "dhcp4_lexer.cc" +#line 2189 "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 @@ -2212,8 +2212,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 2215 "dhcp4_lexer.cc" #line 2216 "dhcp4_lexer.cc" -#line 2217 "dhcp4_lexer.cc" #define INITIAL 0 #define COMMENT 1 @@ -2541,7 +2541,7 @@ YY_DECL } -#line 2545 "dhcp4_lexer.cc" +#line 2544 "dhcp4_lexer.cc" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { @@ -5565,7 +5565,7 @@ YY_RULE_SETUP #line 2396 "dhcp4_lexer.ll" ECHO; YY_BREAK -#line 5569 "dhcp4_lexer.cc" +#line 5568 "dhcp4_lexer.cc" case YY_END_OF_BUFFER: { |