Browse Source

[trac5060] regen

Francis Dupont 8 years ago
parent
commit
30a114c18a
5 changed files with 527 additions and 528 deletions
  1. 503 504
      src/lib/eval/lexer.cc
  2. 6 6
      src/lib/eval/location.hh
  3. 6 6
      src/lib/eval/parser.h
  4. 6 6
      src/lib/eval/position.hh
  5. 6 6
      src/lib/eval/stack.hh

File diff suppressed because it is too large
+ 503 - 504
src/lib/eval/lexer.cc


+ 6 - 6
src/lib/eval/location.hh

@@ -1,4 +1,4 @@
-// Generated 201609071312
+// Generated 201611011345
 // A Bison parser, made by GNU Bison 3.0.4.
 
 // Locations for Bison parsers in C++
@@ -36,12 +36,12 @@
  ** Define the isc::eval::location class.
  */
 
-#ifndef YY_YY_LOCATION_HH_INCLUDED
-# define YY_YY_LOCATION_HH_INCLUDED
+#ifndef YY_EVAL_LOCATION_HH_INCLUDED
+# define YY_EVAL_LOCATION_HH_INCLUDED
 
 # include "position.hh"
 
-#line 13 "parser.yy" // location.cc:296
+#line 14 "parser.yy" // location.cc:296
 namespace isc { namespace eval {
 #line 46 "location.hh" // location.cc:296
   /// Abstract a location.
@@ -187,7 +187,7 @@ namespace isc { namespace eval {
     return ostr;
   }
 
-#line 13 "parser.yy" // location.cc:296
+#line 14 "parser.yy" // location.cc:296
 } } // isc::eval
 #line 192 "location.hh" // location.cc:296
-#endif // !YY_YY_LOCATION_HH_INCLUDED
+#endif // !YY_EVAL_LOCATION_HH_INCLUDED

+ 6 - 6
src/lib/eval/parser.h

@@ -40,7 +40,7 @@
 #ifndef YY_EVAL_PARSER_H_INCLUDED
 # define YY_EVAL_PARSER_H_INCLUDED
 // //                    "%code requires" blocks.
-#line 17 "parser.yy" // lalr1.cc:392
+#line 17 "parser.yy" // lalr1.cc:377
 
 #include <string>
 #include <eval/token.h>
@@ -51,7 +51,7 @@
 using namespace isc::dhcp;
 using namespace isc::eval;
 
-#line 55 "parser.h" // lalr1.cc:392
+#line 55 "parser.h" // lalr1.cc:377
 
 # include <cassert>
 # include <cstdlib> // std::abort
@@ -134,9 +134,9 @@ using namespace isc::eval;
 # endif /* ! defined YYDEBUG */
 #endif  /* ! defined EVALDEBUG */
 
-#line 14 "parser.yy" // lalr1.cc:392
+#line 14 "parser.yy" // lalr1.cc:377
 namespace isc { namespace eval {
-#line 140 "parser.h" // lalr1.cc:392
+#line 140 "parser.h" // lalr1.cc:377
 
 
 
@@ -1671,9 +1671,9 @@ namespace isc { namespace eval {
   }
 
 
-#line 14 "parser.yy" // lalr1.cc:392
+#line 14 "parser.yy" // lalr1.cc:377
 } } // isc::eval
-#line 1677 "parser.h" // lalr1.cc:392
+#line 1677 "parser.h" // lalr1.cc:377
 
 
 

+ 6 - 6
src/lib/eval/position.hh

@@ -1,4 +1,4 @@
-// Generated 201609071312
+// Generated 201611011345
 // A Bison parser, made by GNU Bison 3.0.4.
 
 // Positions for Bison parsers in C++
@@ -36,8 +36,8 @@
  ** Define the isc::eval::position class.
  */
 
-#ifndef YY_YY_POSITION_HH_INCLUDED
-# define YY_YY_POSITION_HH_INCLUDED
+#ifndef YY_EVAL_POSITION_HH_INCLUDED
+# define YY_EVAL_POSITION_HH_INCLUDED
 
 # include <algorithm> // std::max
 # include <iostream>
@@ -51,7 +51,7 @@
 #  endif
 # endif
 
-#line 13 "parser.yy" // location.cc:296
+#line 14 "parser.yy" // location.cc:296
 namespace isc { namespace eval {
 #line 56 "position.hh" // location.cc:296
   /// Abstract a position.
@@ -175,7 +175,7 @@ namespace isc { namespace eval {
     return ostr << pos.line << '.' << pos.column;
   }
 
-#line 13 "parser.yy" // location.cc:296
+#line 14 "parser.yy" // location.cc:296
 } } // isc::eval
 #line 180 "position.hh" // location.cc:296
-#endif // !YY_YY_POSITION_HH_INCLUDED
+#endif // !YY_EVAL_POSITION_HH_INCLUDED

+ 6 - 6
src/lib/eval/stack.hh

@@ -1,4 +1,4 @@
-// Generated 201609071312
+// Generated 201611011345
 // A Bison parser, made by GNU Bison 3.0.4.
 
 // Stack handling for Bison parsers in C++
@@ -36,12 +36,12 @@
  ** Define the isc::eval::stack class.
  */
 
-#ifndef YY_YY_STACK_HH_INCLUDED
-# define YY_YY_STACK_HH_INCLUDED
+#ifndef YY_EVAL_STACK_HH_INCLUDED
+# define YY_EVAL_STACK_HH_INCLUDED
 
 # include <vector>
 
-#line 13 "parser.yy" // stack.hh:132
+#line 14 "parser.yy" // stack.hh:132
 namespace isc { namespace eval {
 #line 46 "stack.hh" // stack.hh:132
   template <class T, class S = std::vector<T> >
@@ -151,8 +151,8 @@ namespace isc { namespace eval {
     unsigned int range_;
   };
 
-#line 13 "parser.yy" // stack.hh:132
+#line 14 "parser.yy" // stack.hh:132
 } } // isc::eval
 #line 156 "stack.hh" // stack.hh:132
 
-#endif // !YY_YY_STACK_HH_INCLUDED
+#endif // !YY_EVAL_STACK_HH_INCLUDED