X-Git-Url: http://nitlanguage.org diff --git a/c_src/global_compiler.sep.0.h b/c_src/global_compiler.sep.0.h index e1b0643..1c7e842 100644 --- a/c_src/global_compiler.sep.0.h +++ b/c_src/global_compiler.sep.0.h @@ -28,6 +28,7 @@ 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; +val* BOX_kernel__Int(long); extern const int COLOR_array__Array__with_native; extern const int COLOR_string__Object__to_s; extern const int COLOR_abstract_compiler__AbstractRuntimeFunction__compile_to_c; @@ -110,10 +111,12 @@ val* global_compiler__GlobalCompiler__new_visitor(val* self); extern const int COLOR_global_compiler__GlobalCompiler___64dcollect_types_cache; val* global_compiler__GlobalCompiler__collect_types_cache(val* self); void global_compiler__GlobalCompiler__collect_types_cache_61d(val* self, val* p0); +void global_compiler__GlobalCompiler__compile_nitni_structs(val* self); extern const int COLOR_abstract_compiler__RuntimeVariable__mtype; extern const int COLOR_abstract_compiler__AbstractCompilerVisitor__new_expr; extern const struct type type_model__MClassType; extern const int COLOR_abstract_compiler__AbstractCompilerVisitor__compiler; +extern const int COLOR_nitni_base__MType__cname_blind; val* global_compiler__GlobalCompilerVisitor__autobox(val* self, val* p0, val* p1); extern const int COLOR_abstract_compiler__RuntimeVariable__mcasttype; extern const int COLOR_abstract_compiler__RuntimeVariable__is_exact; @@ -192,7 +195,6 @@ val* global_compiler__GlobalCompilerVisitor__read_attribute(val* self, val* p0, void global_compiler__GlobalCompilerVisitor__write_attribute(val* self, val* p0, val* p1, val* p2); extern const int COLOR_abstract_compiler__AbstractCompilerVisitor__anchor; val* global_compiler__GlobalCompilerVisitor__init_instance(val* self, val* p0); -extern const int COLOR_model__MNullableType__mtype; extern const int COLOR_rapid_type_analysis__RapidTypeAnalysis__live_cast_types; val* global_compiler__GlobalCompilerVisitor__type_test(val* self, val* p0, val* p1, val* p2); val* global_compiler__GlobalCompilerVisitor__is_same_type_test(val* self, val* p0, val* p1);