nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / c_src / lexer.sep.0.h
index 5d9e47b..115c9ab 100644 (file)
@@ -32,14 +32,8 @@ long lexer__TKwis__parser_index(val* self);
 void lexer__TKwis__init_tk(val* self, val* p0);
 long lexer__TKwdo__parser_index(val* self);
 void lexer__TKwdo__init_tk(val* self, val* p0);
-long lexer__TKwreadable__parser_index(val* self);
-void lexer__TKwreadable__init_tk(val* self, val* p0);
-long lexer__TKwwritable__parser_index(val* self);
-void lexer__TKwwritable__init_tk(val* self, val* p0);
 long lexer__TKwvar__parser_index(val* self);
 void lexer__TKwvar__init_tk(val* self, val* p0);
-long lexer__TKwintern__parser_index(val* self);
-void lexer__TKwintern__init_tk(val* self, val* p0);
 long lexer__TKwextern__parser_index(val* self);
 void lexer__TKwextern__init_tk(val* self, val* p0);
 long lexer__TKwpublic__parser_index(val* self);
@@ -140,6 +134,8 @@ long lexer__TMinus__parser_index(val* self);
 void lexer__TMinus__init_tk(val* self, val* p0);
 long lexer__TStar__parser_index(val* self);
 void lexer__TStar__init_tk(val* self, val* p0);
+long lexer__TStarstar__parser_index(val* self);
+void lexer__TStarstar__init_tk(val* self, val* p0);
 long lexer__TSlash__parser_index(val* self);
 void lexer__TSlash__init_tk(val* self, val* p0);
 long lexer__TPercent__parser_index(val* self);
@@ -194,6 +190,7 @@ long lexer__TBadChar__parser_index(val* self);
 void lexer__TBadChar__init_tk(val* self, val* p0);
 long lexer__TExternCodeSegment__parser_index(val* self);
 void lexer__TExternCodeSegment__init_tk(val* self, val* p0);
+long lexer__EOF__parser_index(val* self);
 val* NEW_parser_nodes__TEol(const struct type* type);
 extern const struct type type_parser_nodes__TEol;
 val* NEW_parser_nodes__TComment(const struct type* type);
@@ -226,14 +223,8 @@ val* NEW_parser_nodes__TKwis(const struct type* type);
 extern const struct type type_parser_nodes__TKwis;
 val* NEW_parser_nodes__TKwdo(const struct type* type);
 extern const struct type type_parser_nodes__TKwdo;
-val* NEW_parser_nodes__TKwreadable(const struct type* type);
-extern const struct type type_parser_nodes__TKwreadable;
-val* NEW_parser_nodes__TKwwritable(const struct type* type);
-extern const struct type type_parser_nodes__TKwwritable;
 val* NEW_parser_nodes__TKwvar(const struct type* type);
 extern const struct type type_parser_nodes__TKwvar;
-val* NEW_parser_nodes__TKwintern(const struct type* type);
-extern const struct type type_parser_nodes__TKwintern;
 val* NEW_parser_nodes__TKwextern(const struct type* type);
 extern const struct type type_parser_nodes__TKwextern;
 val* NEW_parser_nodes__TKwpublic(const struct type* type);
@@ -334,6 +325,8 @@ val* NEW_parser_nodes__TMinus(const struct type* type);
 extern const struct type type_parser_nodes__TMinus;
 val* NEW_parser_nodes__TStar(const struct type* type);
 extern const struct type type_parser_nodes__TStar;
+val* NEW_parser_nodes__TStarstar(const struct type* type);
+extern const struct type type_parser_nodes__TStarstar;
 val* NEW_parser_nodes__TSlash(const struct type* type);
 extern const struct type type_parser_nodes__TSlash;
 val* NEW_parser_nodes__TPercent(const struct type* type);