X-Git-Url: http://nitlanguage.org diff --git a/c_src/nitg.sep.0.h b/c_src/nitg.sep.0.h index 553e405..30689c7 100644 --- a/c_src/nitg.sep.0.h +++ b/c_src/nitg.sep.0.h @@ -2,7 +2,6 @@ val* NEW_toolcontext__ToolContext(const struct type* type); extern const struct type type_toolcontext__ToolContext; extern const int COLOR_toolcontext__ToolContext__init; -void CHECK_NEW_toolcontext__ToolContext(val*); val* NEW_opts__OptionBool(const struct type* type); extern const struct type type_opts__OptionBool; val* string__NativeString__to_s_with_length(char* self, long p0); @@ -11,9 +10,7 @@ extern const struct type type_array__Arraystring__String; val* NEW_array__NativeArray(int length, const struct type* type); extern const struct type type_array__NativeArraystring__String; extern const int COLOR_array__Array__with_native; -void CHECK_NEW_array__Array(val*); extern const int COLOR_opts__OptionBool__init; -void CHECK_NEW_opts__OptionBool(val*); extern const int COLOR_toolcontext__ToolContext__option_context; extern const struct type type_array__Arrayopts__Option; extern const struct type type_array__NativeArrayopts__Option; @@ -21,16 +18,13 @@ extern const int COLOR_opts__OptionContext__add_option; val* NEW_opts__OptionArray(const struct type* type); extern const struct type type_opts__OptionArray; extern const int COLOR_opts__OptionArray__init; -void CHECK_NEW_opts__OptionArray(val*); extern const int COLOR_toolcontext__ToolContext__process_options; val* NEW_model_base__Model(const struct type* type); extern const struct type type_model_base__Model; extern const int COLOR_model_base__Model__init; -void CHECK_NEW_model_base__Model(val*); val* NEW_modelbuilder__ModelBuilder(const struct type* type); extern const struct type type_modelbuilder__ModelBuilder; extern const int COLOR_modelbuilder__ModelBuilder__init; -void CHECK_NEW_modelbuilder__ModelBuilder(val*); extern const int COLOR_opts__OptionContext__rest; extern const int COLOR_abstract_collection__Collection__is_empty; extern const int COLOR_opts__OptionContext__usage; @@ -46,16 +40,21 @@ extern const int COLOR_modelbuilder__ModelBuilder__parse; extern const int COLOR_opts__Option__value; extern const int COLOR_abstract_collection__SimpleCollection__add_all; extern const int COLOR_modelbuilder__ModelBuilder__run_phases; -val* NEW_model_base__MModule(const struct type* type); -extern const struct type type_model_base__MModule; -extern const int COLOR_model_base__MModule__name; -extern const int COLOR_model_base__MModule__location; -extern const int COLOR_model_base__MModule__init; -void CHECK_NEW_model_base__MModule(val*); -extern const int COLOR_model_base__MModule__set_imported_mmodules; -extern const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis; +val* NEW_mmodule__MModule(const struct type* type); +extern const struct type type_mmodule__MModule; +extern const int COLOR_mmodule__MModule__name; +extern const int COLOR_mmodule__MModule__location; +extern const int COLOR_mmodule__MModule__init; +extern const int COLOR_mmodule__MModule__set_imported_mmodules; +extern const int COLOR_platform__MModule__target_platform; +extern const int COLOR_platform__Platform__supports_libunwind; +extern const int COLOR_abstract_compiler__ToolContext__opt_no_stacktrace; +val* BOX_kernel__Bool(short int); +extern const int COLOR_opts__Option__value_61d; +extern const int COLOR_abstract_compiler__ToolContext__opt_stacktrace; extern const int COLOR_separate_erasure_compiler__ToolContext__opt_erasure; extern const int COLOR_separate_erasure_compiler__ModelBuilder__run_separate_erasure_compiler; +extern const int COLOR_rapid_type_analysis__ModelBuilder__do_rapid_type_analysis; extern const int COLOR_global_compiler__ModelBuilder__run_global_compiler; extern const int COLOR_separate_compiler__ModelBuilder__run_separate_compiler; void nitg__Sys__main(val* self);