]> granicus.if.org Git - re2c/commitdiff
Updated autogenerated files after change of directory layout.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 5 Jan 2019 22:53:45 +0000 (22:53 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 5 Jan 2019 22:53:45 +0000 (22:53 +0000)
re2c/bootstrap/src/options/parse_opts.cc
re2c/bootstrap/src/options/ver_to_vernum.cc
re2c/bootstrap/src/parse/lex.cc
re2c/bootstrap/src/parse/lex.h
re2c/bootstrap/src/parse/lex_conf.cc

index 5604aedb70b8d1153817b6128172f29922bb9ca9..fd449473649966423bdf378c8d4a170bdf4e6d5a 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated by re2c 1.1.1 on Sat Jan  5 22:35:03 2019 */
+/* Generated by re2c 1.1.1 on Sat Jan  5 22:53:11 2019 */
 #line 1 "../src/options/parse_opts.re"
 #include "src/codegen/input_api.h"
 #include "src/options/msg.h"
index 9a0330691d8a161c18aca05166e46b8ba80d9cfa..6956685f8caa2b2ce8adae7af9075a0d5fc878cf 100644 (file)
@@ -1,10 +1,10 @@
-/* Generated by re2c 1.1.1 on Sat Jan  5 22:23:16 2019 */
-#line 1 "../src/conf/ver_to_vernum.re"
+/* Generated by re2c 1.1.1 on Sat Jan  5 22:53:11 2019 */
+#line 1 "../src/options/ver_to_vernum.re"
 #include "src/util/c99_stdint.h"
 #include <string>
 
 #include "config.h"
-#include "src/conf/ver_to_vernum.h"
+#include "src/options/ver_to_vernum.h"
 
 namespace re2c {
 
@@ -14,7 +14,7 @@ std::string ver_to_vernum(const char *ver)
     const char *YYCURSOR = ver, *YYMARKER,
         *p1, *p2, *p3, *e1, *e2, *e3;
 
-#line 15 "../src/conf/ver_to_vernum.re"
+#line 15 "../src/options/ver_to_vernum.re"
 
 const char *yyt1;
 const char *yyt2;
@@ -24,7 +24,7 @@ const char *yyt5;
 const char *yyt6;
 
 
-#line 28 "src/conf/ver_to_vernum.cc"
+#line 28 "src/options/ver_to_vernum.cc"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -70,9 +70,9 @@ const char *yyt6;
 yy2:
        ++YYCURSOR;
 yy3:
-#line 49 "../src/conf/ver_to_vernum.re"
+#line 49 "../src/options/ver_to_vernum.re"
        { return std::string(); }
-#line 76 "src/conf/ver_to_vernum.cc"
+#line 76 "src/options/ver_to_vernum.cc"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        if (yych <= '.') {
@@ -98,7 +98,7 @@ yy5:
        e2 = yyt4;
        p3 = yyt5;
        e3 = yyt6;
-#line 31 "../src/conf/ver_to_vernum.re"
+#line 31 "../src/options/ver_to_vernum.re"
        {
 
         static const uint32_t PARTS = 3, WIDTH = 2, SIZE = PARTS * WIDTH;
@@ -116,7 +116,7 @@ yy5:
 
         return std::string(buffer, SIZE);
     }
-#line 120 "src/conf/ver_to_vernum.cc"
+#line 120 "src/options/ver_to_vernum.cc"
 yy7:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy8;
@@ -237,7 +237,7 @@ yy18:
        if (yych == '.') goto yy16;
        goto yy8;
 }
-#line 50 "../src/conf/ver_to_vernum.re"
+#line 50 "../src/options/ver_to_vernum.re"
 
 #undef YYCTYPE
 }
index 900f0b8f5962e095398fd15938086f61f26ce6dc..cea6a15e0aa71ef1d0c0f3e08347ab148200ce87 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated by re2c 1.1.1 on Sat Jan  5 22:35:03 2019 */
+/* Generated by re2c 1.1.1 on Sat Jan  5 22:53:11 2019 */
 #line 1 "../src/parse/lex.re"
 #include "src/util/c99_stdint.h"
 #include <stddef.h>
index 15d32e4b3b5e1f31933dabdc4b81d3e449ed46fe..bc294c864ed55e28488d6e3fc4660a2277bef109 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated by re2c 1.1.1 on Sat Jan  5 22:35:03 2019 */
+/* Generated by re2c 1.1.1 on Sat Jan  5 22:53:11 2019 */
 
 #include <string.h>
 #include "src/util/forbid_copy.h"
index a9408e84a56d81e14a72b047380cadcaab7f5047..c823daebcf7cb814dc159f26dc54f9a19361236d 100644 (file)
@@ -1,4 +1,4 @@
-/* Generated by re2c 1.1.1 on Sat Jan  5 22:35:03 2019 */
+/* Generated by re2c 1.1.1 on Sat Jan  5 22:53:11 2019 */
 #line 1 "../src/parse/lex_conf.re"
 #include "src/util/c99_stdint.h"
 #include <string>