X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/c_src/list.sep.0.h b/c_src/list.sep.0.h index 9e706f3..1dfb72c 100644 --- a/c_src/list.sep.0.h +++ b/c_src/list.sep.0.h @@ -25,14 +25,12 @@ extern const int COLOR_abstract_collection__Collection__length; val* NEW_list__List(const struct type* type); extern const int COLOR_list__Listlist__List_FT0; extern const int COLOR_list__List__init; -void CHECK_NEW_list__List(val*); extern const int COLOR_abstract_collection__SequenceRead___91d_93d; extern const int COLOR_abstract_collection__SimpleCollection__add; val* list__List__slice(val* self, long p0, long p1); val* NEW_list__ListNode(const struct type* type); extern const int COLOR_list__ListNodelist__List_FT0; extern const int COLOR_list__ListNode__init; -void CHECK_NEW_list__ListNode(val*); extern const int COLOR_list__ListNode__next_61d; extern const int COLOR_list__ListNode__prev_61d; void list__List__push(val* self, val* p0); @@ -50,7 +48,6 @@ void list__List__clear(val* self); val* NEW_list__ListIterator(const struct type* type); extern const int COLOR_list__ListIteratorlist__List_FT0; extern const int COLOR_list__ListIterator__init; -void CHECK_NEW_list__ListIterator(val*); val* list__List__iterator(val* self); void list__List__init(val* self); extern const int COLOR_abstract_collection__Collectionlist__List_FT0;