X-Git-Url: http://nitlanguage.org diff --git a/c_src/location.sep.0.h b/c_src/location.sep.0.h index 34a7d28..b0d2132 100644 --- a/c_src/location.sep.0.h +++ b/c_src/location.sep.0.h @@ -9,6 +9,7 @@ extern const int COLOR_location__SourceFile__filename_61d; extern const int COLOR_stream__IStream__read_all; extern const int COLOR_location__SourceFile__string_61d; extern const int COLOR_location__SourceFile__line_starts; +val* BOX_kernel__Int(long); extern const int COLOR_abstract_collection__Sequence___91d_93d_61d; void location__SourceFile__init(val* self, val* p0, val* p1); void location__SourceFile__from_string(val* self, val* p0, val* p1); @@ -68,26 +69,24 @@ extern const int COLOR_string__String___43d; val* NEW_array__Array(const struct type* type); extern const struct type type_array__Arraykernel__Object; extern const int COLOR_array__Array__with_capacity; -void CHECK_NEW_array__Array(val*); extern const int COLOR_abstract_collection__SimpleCollection__add; extern const int COLOR_string__Object__to_s; val* location__Location__to_s(val* self); extern const int COLOR_kernel__Object___61d_61d; val* NEW_location__Location(const struct type* type); -void CHECK_NEW_location__Location(val*); val* location__Location__relative_to(val* self, val* p0); extern const int COLOR_kernel__Comparable_VTOTHER; extern const int COLOR_location__Location__located_in; short int location__Location___60d(val* self, val* p0); +val* BOX_kernel__Char(char); +extern const int COLOR_string__AbstractString__chars; extern const struct class class_kernel__Char; val* NEW_string__Buffer(const struct type* type); extern const struct type type_string__Buffer; extern const int COLOR_string__Buffer__init; -void CHECK_NEW_string__Buffer(val*); 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;