X-Git-Url: http://nitlanguage.org diff --git a/c_src/exec.sep.0.h b/c_src/exec.sep.0.h index 1bba13c..3c0b149 100644 --- a/c_src/exec.sep.0.h +++ b/c_src/exec.sep.0.h @@ -16,11 +16,11 @@ void exec__Process__from_a(val* self, val* p0, val* p1); 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*); extern const int COLOR_abstract_collection__Sequence__append; 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; +val* BOX_kernel__Char(char); extern const int COLOR_abstract_collection__SimpleCollection__add; extern const int COLOR_abstract_collection__Iterator__next; extern const int COLOR_abstract_collection__Collection__length; @@ -48,7 +48,6 @@ val* NEW_stream__FDIStream(const struct type* type); extern const struct type type_stream__FDIStream; long exec__NativeProcess__out_fd(void* self); extern const int COLOR_stream__FDIStream__init; -void CHECK_NEW_stream__FDIStream(val*); extern const int COLOR_exec__IProcess__stream_in_61d; void exec__IProcess__init(val* self, val* p0, val* p1); void exec__IProcess__init_(val* self, val* p0); @@ -66,7 +65,6 @@ val* NEW_stream__FDOStream(const struct type* type); extern const struct type type_stream__FDOStream; long exec__NativeProcess__in_fd(void* self); extern const int COLOR_stream__FDOStream__init; -void CHECK_NEW_stream__FDOStream(val*); extern const int COLOR_exec__OProcess__stream_out_61d; void exec__OProcess__init(val* self, val* p0, val* p1); void exec__OProcess__init_(val* self, val* p0);