Added 'create_thread' function to enable thread creation after a exit.
[nit.git] / c_src / modelize_class.sep.0.h
index 738bb48..54665d7 100644 (file)
@@ -27,23 +27,22 @@ extern const int COLOR_model_base__Object__public_visibility;
 extern const struct type type_parser_nodes__AMainClassdef;
 extern const int COLOR_model__Object__concrete_kind;
 extern const int COLOR_modelbuilder__ModelBuilder__try_get_mclass_by_name;
+extern const int COLOR_parser_nodes__AStdClassdef__n_kwredef;
+val* NEW_array__Array(const struct type* type);
+extern const struct type type_array__Arraykernel__Object;
+val* NEW_array__NativeArray(int length, const struct type* type);
+extern const struct type type_array__NativeArraykernel__Object;
+extern const int COLOR_array__Array__with_native;
+extern const int COLOR_string__Object__to_s;
 val* NEW_model__MClass(const struct type* type);
 extern const struct type type_model__MClass;
 extern const int COLOR_model__MClass__init;
-void CHECK_NEW_model__MClass(val*);
 extern const int COLOR_modelize_class__AModule__mclass2nclassdef;
 extern const int COLOR_abstract_collection__MapRead__has_key;
 extern const int COLOR_abstract_collection__MapRead___91d_93d;
 extern const int COLOR_parser_nodes__ANode__location;
 extern const int COLOR_location__Location__line_start;
-val* NEW_array__Array(const struct type* type);
-extern const struct type type_array__Arraykernel__Object;
-val* NEW_array__NativeArray(int length, const struct type* type);
-extern const struct type type_array__NativeArraykernel__Object;
-extern const int COLOR_array__Array__with_native;
-void CHECK_NEW_array__Array(val*);
-extern const int COLOR_string__Object__to_s;
-extern const int COLOR_parser_nodes__AStdClassdef__n_kwredef;
+val* BOX_kernel__Int(long);
 extern const int COLOR_model__MClass__arity;
 extern const int COLOR_kernel__Object___33d_61d;
 extern const int COLOR_model__MClass__kind;
@@ -59,7 +58,6 @@ extern const struct type type_kernel__Int;
 val* NEW_range__Range(const struct type* type);
 extern const struct type type_range__Rangekernel__Int;
 extern const int COLOR_range__Range__without_last;
-void CHECK_NEW_range__Range(val*);
 extern const int COLOR_abstract_collection__Collection__iterator;
 extern const int COLOR_abstract_collection__Iterator__is_ok;
 extern const int COLOR_abstract_collection__Iterator__item;
@@ -87,7 +85,6 @@ extern const int COLOR_model__MClass__get_mtype;
 val* NEW_model__MClassDef(const struct type* type);
 extern const struct type type_model__MClassDef;
 extern const int COLOR_model__MClassDef__init;
-void CHECK_NEW_model__MClassDef(val*);
 extern const int COLOR_modelize_class__AClassdef__mclassdef_61d;
 extern const int COLOR_modelize_class__ModelBuilder__mclassdef2nclassdef;
 extern const int COLOR_model__MClassDef__is_intro;
@@ -111,7 +108,7 @@ void modelize_class__ModelBuilder__check_supertypes(val* self, val* p0, val* p1)
 extern const int COLOR_toolcontext__ToolContext__error_count;
 extern const int COLOR_modelize_class__AModule__build_classes_is_done;
 extern const int COLOR_modelize_class__AModule__build_classes_is_done_61d;
-extern const int COLOR_model_base__MModule__in_importation;
+extern const int COLOR_mmodule__MModule__in_importation;
 extern const int COLOR_poset__POSetElement__direct_greaters;
 extern const int COLOR_modelbuilder__ModelBuilder__mmodule2nmodule;
 extern const int COLOR_parser_nodes__AModule__n_classdefs;
@@ -125,7 +122,6 @@ extern const int COLOR_modelize_class__ModelBuilder__resolve_mtype;
 val* NEW_hash_collection__HashMap(const struct type* type);
 extern const struct type type_hash_collection__HashMapmodel__MClassmodel__MClassType;
 extern const int COLOR_hash_collection__HashMap__init;
-void CHECK_NEW_hash_collection__HashMap(val*);
 extern const int COLOR_model__MClassDef__in_hierarchy;
 extern const int COLOR_poset__POSetElement__greaters;
 extern const int COLOR_model__MClassType__mclass;
@@ -135,7 +131,6 @@ extern const struct type type_array__Arraymodel__MClass;
 val* NEW_array__ArrayMap(const struct type* type);
 extern const struct type type_array__ArrayMapmodel__MClassparser_nodes__AType;
 extern const int COLOR_array__ArrayMap__init;
-void CHECK_NEW_array__ArrayMap(val*);
 void modelize_class__ModelBuilder__build_classes(val* self, val* p0);
 extern const int COLOR_modelize_class__ModelBuilder___64dmclassdef2nclassdef;
 val* modelize_class__ModelBuilder__mclassdef2nclassdef(val* self);