Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
b0249911
Commit
b0249911
authored
Jan 10, 2017
by
Francis Dupont
Browse files
[master regen flex/bison files
parent
7be6514d
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_lexer.cc
View file @
b0249911
This diff is collapsed.
Click to expand it.
src/bin/dhcp4/dhcp4_parser.h
View file @
b0249911
...
...
@@ -40,7 +40,7 @@
#ifndef YY_PARSER4_DHCP4_PARSER_H_INCLUDED
# define YY_PARSER4_DHCP4_PARSER_H_INCLUDED
// // "%code requires" blocks.
#line 17 "dhcp4_parser.yy" // lalr1.cc:3
92
#line 17 "dhcp4_parser.yy" // lalr1.cc:3
77
#include <string>
#include <cc/data.h>
...
...
@@ -52,7 +52,7 @@ using namespace isc::dhcp;
using
namespace
isc
::
data
;
using
namespace
std
;
#line 56 "dhcp4_parser.h" // lalr1.cc:3
92
#line 56 "dhcp4_parser.h" // lalr1.cc:3
77
# include <cassert>
# include <cstdlib> // std::abort
...
...
@@ -135,9 +135,9 @@ using namespace std;
# endif
/* ! defined YYDEBUG */
#endif
/* ! defined PARSER4_DEBUG */
#line 14 "dhcp4_parser.yy" // lalr1.cc:3
92
#line 14 "dhcp4_parser.yy" // lalr1.cc:3
77
namespace
isc
{
namespace
dhcp
{
#line 141 "dhcp4_parser.h" // lalr1.cc:3
92
#line 141 "dhcp4_parser.h" // lalr1.cc:3
77
...
...
@@ -2212,9 +2212,9 @@ namespace isc { namespace dhcp {
}
#line 14 "dhcp4_parser.yy" // lalr1.cc:3
92
#line 14 "dhcp4_parser.yy" // lalr1.cc:3
77
}
}
// isc::dhcp
#line 2218 "dhcp4_parser.h" // lalr1.cc:3
92
#line 2218 "dhcp4_parser.h" // lalr1.cc:3
77
...
...
src/bin/dhcp4/location.hh
View file @
b0249911
// Generated 201701102225
// A Bison parser, made by GNU Bison 3.0.4.
// Locations for Bison parsers in C++
...
...
@@ -40,9 +41,9 @@
# include "position.hh"
#line 14 "dhcp4_parser.yy" // location.cc:
337
#line 14 "dhcp4_parser.yy" // location.cc:
296
namespace
isc
{
namespace
dhcp
{
#line 46 "location.hh" // location.cc:
337
#line 46 "location.hh" // location.cc:
296
/// Abstract a location.
class
location
{
...
...
@@ -186,7 +187,7 @@ namespace isc { namespace dhcp {
return
ostr
;
}
#line 14 "dhcp4_parser.yy" // location.cc:
337
#line 14 "dhcp4_parser.yy" // location.cc:
296
}
}
// isc::dhcp
#line 192 "location.hh" // location.cc:
337
#line 192 "location.hh" // location.cc:
296
#endif // !YY_PARSER4_LOCATION_HH_INCLUDED
src/bin/dhcp4/position.hh
View file @
b0249911
// Generated 201701102225
// A Bison parser, made by GNU Bison 3.0.4.
// Positions for Bison parsers in C++
...
...
@@ -50,9 +51,9 @@
# endif
# endif
#line 14 "dhcp4_parser.yy" // location.cc:
337
#line 14 "dhcp4_parser.yy" // location.cc:
296
namespace
isc
{
namespace
dhcp
{
#line 56 "position.hh" // location.cc:
337
#line 56 "position.hh" // location.cc:
296
/// Abstract a position.
class
position
{
...
...
@@ -174,7 +175,7 @@ namespace isc { namespace dhcp {
return
ostr
<<
pos
.
line
<<
'.'
<<
pos
.
column
;
}
#line 14 "dhcp4_parser.yy" // location.cc:
337
#line 14 "dhcp4_parser.yy" // location.cc:
296
}
}
// isc::dhcp
#line 180 "position.hh" // location.cc:
337
#line 180 "position.hh" // location.cc:
296
#endif // !YY_PARSER4_POSITION_HH_INCLUDED
src/bin/dhcp4/stack.hh
View file @
b0249911
// Generated 201701102225
// A Bison parser, made by GNU Bison 3.0.4.
// Stack handling for Bison parsers in C++
...
...
@@ -40,9 +41,9 @@
# include <vector>
#line 14 "dhcp4_parser.yy" // stack.hh:1
51
#line 14 "dhcp4_parser.yy" // stack.hh:1
32
namespace
isc
{
namespace
dhcp
{
#line 46 "stack.hh" // stack.hh:1
51
#line 46 "stack.hh" // stack.hh:1
32
template
<
class
T
,
class
S
=
std
::
vector
<
T
>
>
class
stack
{
...
...
@@ -150,8 +151,8 @@ namespace isc { namespace dhcp {
unsigned
int
range_
;
};
#line 14 "dhcp4_parser.yy" // stack.hh:1
51
#line 14 "dhcp4_parser.yy" // stack.hh:1
32
}
}
// isc::dhcp
#line 156 "stack.hh" // stack.hh:1
51
#line 156 "stack.hh" // stack.hh:1
32
#endif // !YY_PARSER4_STACK_HH_INCLUDED
src/bin/dhcp6/dhcp6_lexer.cc
View file @
b0249911
This diff is collapsed.
Click to expand it.
src/bin/dhcp6/dhcp6_parser.h
View file @
b0249911
...
...
@@ -40,7 +40,7 @@
#ifndef YY_PARSER6_DHCP6_PARSER_H_INCLUDED
# define YY_PARSER6_DHCP6_PARSER_H_INCLUDED
// // "%code requires" blocks.
#line 17 "dhcp6_parser.yy" // lalr1.cc:3
92
#line 17 "dhcp6_parser.yy" // lalr1.cc:3
77
#include <string>
#include <cc/data.h>
...
...
@@ -52,7 +52,7 @@ using namespace isc::dhcp;
using
namespace
isc
::
data
;
using
namespace
std
;
#line 56 "dhcp6_parser.h" // lalr1.cc:3
92
#line 56 "dhcp6_parser.h" // lalr1.cc:3
77
# include <cassert>
# include <cstdlib> // std::abort
...
...
@@ -135,9 +135,9 @@ using namespace std;
# endif
/* ! defined YYDEBUG */
#endif
/* ! defined PARSER6_DEBUG */
#line 14 "dhcp6_parser.yy" // lalr1.cc:3
92
#line 14 "dhcp6_parser.yy" // lalr1.cc:3
77
namespace
isc
{
namespace
dhcp
{
#line 141 "dhcp6_parser.h" // lalr1.cc:3
92
#line 141 "dhcp6_parser.h" // lalr1.cc:3
77
...
...
@@ -2235,9 +2235,9 @@ namespace isc { namespace dhcp {
}
#line 14 "dhcp6_parser.yy" // lalr1.cc:3
92
#line 14 "dhcp6_parser.yy" // lalr1.cc:3
77
}
}
// isc::dhcp
#line 2241 "dhcp6_parser.h" // lalr1.cc:3
92
#line 2241 "dhcp6_parser.h" // lalr1.cc:3
77
...
...
src/bin/dhcp6/location.hh
View file @
b0249911
// Generated 201701102225
// A Bison parser, made by GNU Bison 3.0.4.
// Locations for Bison parsers in C++
...
...
@@ -40,9 +41,9 @@
# include "position.hh"
#line 14 "dhcp6_parser.yy" // location.cc:
337
#line 14 "dhcp6_parser.yy" // location.cc:
296
namespace
isc
{
namespace
dhcp
{
#line 46 "location.hh" // location.cc:
337
#line 46 "location.hh" // location.cc:
296
/// Abstract a location.
class
location
{
...
...
@@ -186,7 +187,7 @@ namespace isc { namespace dhcp {
return
ostr
;
}
#line 14 "dhcp6_parser.yy" // location.cc:
337
#line 14 "dhcp6_parser.yy" // location.cc:
296
}
}
// isc::dhcp
#line 192 "location.hh" // location.cc:
337
#line 192 "location.hh" // location.cc:
296
#endif // !YY_PARSER6_LOCATION_HH_INCLUDED
src/bin/dhcp6/position.hh
View file @
b0249911
// Generated 201701102225
// A Bison parser, made by GNU Bison 3.0.4.
// Positions for Bison parsers in C++
...
...
@@ -50,9 +51,9 @@
# endif
# endif
#line 14 "dhcp6_parser.yy" // location.cc:
337
#line 14 "dhcp6_parser.yy" // location.cc:
296
namespace
isc
{
namespace
dhcp
{
#line 56 "position.hh" // location.cc:
337
#line 56 "position.hh" // location.cc:
296
/// Abstract a position.
class
position
{
...
...
@@ -174,7 +175,7 @@ namespace isc { namespace dhcp {
return
ostr
<<
pos
.
line
<<
'.'
<<
pos
.
column
;
}
#line 14 "dhcp6_parser.yy" // location.cc:
337
#line 14 "dhcp6_parser.yy" // location.cc:
296
}
}
// isc::dhcp
#line 180 "position.hh" // location.cc:
337
#line 180 "position.hh" // location.cc:
296
#endif // !YY_PARSER6_POSITION_HH_INCLUDED
src/bin/dhcp6/stack.hh
View file @
b0249911
// Generated 201701102225
// A Bison parser, made by GNU Bison 3.0.4.
// Stack handling for Bison parsers in C++
...
...
@@ -40,9 +41,9 @@
# include <vector>
#line 14 "dhcp6_parser.yy" // stack.hh:1
51
#line 14 "dhcp6_parser.yy" // stack.hh:1
32
namespace
isc
{
namespace
dhcp
{
#line 46 "stack.hh" // stack.hh:1
51
#line 46 "stack.hh" // stack.hh:1
32
template
<
class
T
,
class
S
=
std
::
vector
<
T
>
>
class
stack
{
...
...
@@ -150,8 +151,8 @@ namespace isc { namespace dhcp {
unsigned
int
range_
;
};
#line 14 "dhcp6_parser.yy" // stack.hh:1
51
#line 14 "dhcp6_parser.yy" // stack.hh:1
32
}
}
// isc::dhcp
#line 156 "stack.hh" // stack.hh:1
51
#line 156 "stack.hh" // stack.hh:1
32
#endif // !YY_PARSER6_STACK_HH_INCLUDED
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment