c_src: update for new ffi syntax
[nit.git] / c_src / transform.sep.0.h
index a4b4ce4..f4c061d 100644 (file)
@@ -5,12 +5,10 @@ void transform__ToolContext__transform_phase_61d(val* self, val* p0);
 val* NEW_transform__TransformVisitor(const struct type* type);
 extern const struct type type_transform__TransformVisitor;
 extern const int COLOR_transform__TransformVisitor__init;
-void CHECK_NEW_transform__TransformVisitor(val*);
 extern const int COLOR_parser_nodes__Visitor__enter_visit;
 val* NEW_astvalidation__ASTValidationVisitor(const struct type* type);
 extern const struct type type_astvalidation__ASTValidationVisitor;
 extern const int COLOR_astvalidation__ASTValidationVisitor__init;
-void CHECK_NEW_astvalidation__ASTValidationVisitor(val*);
 void transform__TransformPhase__process_npropdef(val* self, val* p0);
 extern const int COLOR_transform__TransformVisitor___64dphase;
 val* transform__TransformVisitor__phase(val* self);
@@ -42,7 +40,6 @@ extern const struct type type_astbuilder__ASTBuilder;
 extern const int COLOR_transform__TransformVisitor__mmodule;
 extern const int COLOR_model__MClassDef__bound_mtype;
 extern const int COLOR_astbuilder__ASTBuilder__init;
-void CHECK_NEW_astbuilder__ASTBuilder(val*);
 extern const int COLOR_transform__TransformVisitor__builder_61d;
 void transform__TransformVisitor__init(val* self, val* p0, val* p1);
 extern const struct type type_parser_nodes__AAnnotations;
@@ -97,7 +94,6 @@ extern const struct type type_array__Arrayparser_nodes__AIntExpr;
 val* NEW_array__NativeArray(int length, const struct type* type);
 extern const struct type type_array__NativeArrayparser_nodes__AIntExpr;
 extern const int COLOR_array__Array__with_native;
-void CHECK_NEW_array__Array(val*);
 extern const int COLOR_astbuilder__ASTBuilder__make_new;
 extern const int COLOR_abstract_collection__Collection__iterator;
 extern const int COLOR_abstract_collection__Iterator__is_ok;
@@ -131,6 +127,7 @@ extern const int COLOR_parser_nodes__AReassignFormExpr__n_value;
 extern const int COLOR_typing__ASendReassignFormExpr__write_callsite;
 void transform__ASendReassignFormExpr__accept_transform_visitor(val* self, val* p0);
 extern const int COLOR_scope__AVarFormExpr__variable;
+extern const int COLOR_typing__AReassignFormExpr__read_type;
 extern const int COLOR_astbuilder__ASTBuilder__make_var_read;
 void transform__AVarReassignExpr__accept_transform_visitor(val* self, val* p0);
 extern const int COLOR_parser_nodes__AAttrFormExpr__n_expr;