X-Git-Url: http://nitlanguage.org diff --git a/c_src/toolcontext.sep.0.h b/c_src/toolcontext.sep.0.h index 157af6d..110cb36 100644 --- a/c_src/toolcontext.sep.0.h +++ b/c_src/toolcontext.sep.0.h @@ -13,11 +13,11 @@ extern const int COLOR_toolcontext__Message__text; 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*); val* string__NativeString__to_s_with_length(char* self, long p0); extern const int COLOR_abstract_collection__SimpleCollection__add; extern const int COLOR_string__Object__to_s; val* toolcontext__Message__to_s(val* self); +val* BOX_kernel__Char(char); extern const int COLOR_location__Location__file; extern const int COLOR_location__Location__colored_line; val* toolcontext__Message__to_color_string(val* self); @@ -61,7 +61,6 @@ void toolcontext__ToolContext__check_errors(val* self); val* NEW_toolcontext__Message(const struct type* type); extern const struct type type_toolcontext__Message; extern const int COLOR_toolcontext__Message__init; -void CHECK_NEW_toolcontext__Message(val*); extern const int COLOR_toolcontext__ToolContext__error_count_61d; extern const int COLOR_toolcontext__ToolContext__opt_stop_on_first_error; extern const int COLOR_toolcontext__ToolContext__check_errors; @@ -120,6 +119,7 @@ extern const struct type type_array__Arrayopts__Option; extern const struct type type_array__NativeArrayopts__Option; extern const int COLOR_opts__OptionContext__add_option; void toolcontext__ToolContext__init(val* self); +val* BOX_kernel__Int(long); extern const int COLOR_opts__Option__value_61d; extern const int COLOR_string__Object__args; extern const int COLOR_opts__OptionContext__parse;