c_src: regenerate
[nit.git] / c_src / abstract_collection.sep.0.h
diff --git a/c_src/abstract_collection.sep.0.h b/c_src/abstract_collection.sep.0.h
deleted file mode 100644 (file)
index 057af2e..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-#include "nit.common.h"
-#define COLOR_abstract_collection__Collection__length 31
-short int abstract_collection__Collection__is_empty(val* self);
-#define COLOR_abstract_collection__Collection__iterator 29
-#define COLOR_abstract_collection__Iterator__is_ok 31
-#define COLOR_abstract_collection__Iterator__item 29
-extern const struct type type_kernel__Int;
-#define COLOR_abstract_collection__Iterator__next 30
-long abstract_collection__Collection__length(val* self);
-#define COLOR_abstract_collection__Collection_FT0 8
-#define COLOR_kernel__Object___61d_61d 2
-short int abstract_collection__Collection__has(val* self, val* p0);
-val* abstract_collection__Collection__first(val* self);
-#define COLOR_abstract_collection__Collectionabstract_collection__Collection_FT0 9
-#define COLOR_abstract_collection__Collection__has 32
-short int abstract_collection__Collection__has_all(val* self, val* p0);
-val* abstract_collection__Iterator__iterator(val* self);
-#define COLOR_abstract_collection__Container___item 0
-val* abstract_collection__Container__first(val* self);
-short int abstract_collection__Container__is_empty(val* self);
-long abstract_collection__Container__length(val* self);
-short int abstract_collection__Container__has(val* self, val* p0);
-val* NEW_abstract_collection__ContainerIterator(const struct type* type);
-#define COLOR_abstract_collection__ContainerIteratorabstract_collection__Container_FT0 2
-void abstract_collection__ContainerIterator__init(val* self, val* p0);
-val* abstract_collection__Container__iterator(val* self);
-#define COLOR_abstract_collection__Container_FT0 3
-void abstract_collection__Container__init(val* self, val* p0);
-#define COLOR_abstract_collection__ContainerIterator___container 1
-val* abstract_collection__ContainerIterator__item(val* self);
-#define COLOR_abstract_collection__ContainerIterator___is_ok 0
-void abstract_collection__ContainerIterator__next(val* self);
-#define COLOR_abstract_collection__Containerabstract_collection__ContainerIterator_FT0 1
-#define COLOR_abstract_collection__RemovableCollection_FT0 5
-#define COLOR_abstract_collection__Collectionabstract_collection__SimpleCollection_FT0 7
-#define COLOR_abstract_collection__SimpleCollection__add 51
-void abstract_collection__SimpleCollection__add_all(val* self, val* p0);
-extern const struct type type_abstract_collection__Setkernel__Object;
-#define COLOR_abstract_collection__Collectionabstract_collection__Set_FT0 3
-short int abstract_collection__Set___61d_61d(val* self, val* p0);
-long kernel__Int__hash(long self);
-long abstract_collection__Set__hash(val* self);
-#define COLOR_abstract_collection__MapRead_FT0 3
-short int abstract_collection__MapRead__has_key(val* self, val* p0);
-#define COLOR_abstract_collection__MapRead___91d_93d 29
-val* abstract_collection__MapRead__get_or_null(val* self, val* p0);
-#define COLOR_abstract_collection__MapRead__keys 34
-val* abstract_collection__MapRead__provide_default_value(val* self, val* p0);
-#define COLOR_abstract_collection__MapKeysIterator___original_iterator 0
-#define COLOR_abstract_collection__MapIterator__is_ok 32
-short int abstract_collection__MapKeysIterator__is_ok(val* self);
-#define COLOR_abstract_collection__MapIterator__next 31
-void abstract_collection__MapKeysIterator__next(val* self);
-#define COLOR_abstract_collection__MapIterator__key 30
-val* abstract_collection__MapKeysIterator__item(val* self);
-#define COLOR_abstract_collection__MapIteratorabstract_collection__MapKeysIterator_FT0abstract_collection__MapKeysIterator_FT1 1
-#define COLOR_abstract_collection__MapValuesIterator___original_iterator 0
-short int abstract_collection__MapValuesIterator__is_ok(val* self);
-void abstract_collection__MapValuesIterator__next(val* self);
-#define COLOR_abstract_collection__MapIterator__item 29
-val* abstract_collection__MapValuesIterator__item(val* self);
-#define COLOR_abstract_collection__MapIteratorabstract_collection__MapValuesIterator_FT0abstract_collection__MapValuesIterator_FT1 1
-#define COLOR_abstract_collection__Collection__is_empty 30
-#define COLOR_abstract_collection__SequenceRead___91d_93d 39
-val* abstract_collection__SequenceRead__first(val* self);
-val* abstract_collection__SequenceRead__last(val* self);
-#define COLOR_abstract_collection__SequenceRead_FT0 10
-#define COLOR_abstract_collection__SequenceRead__index_of_from 43
-long abstract_collection__SequenceRead__index_of(val* self, val* p0);
-#define COLOR_abstract_collection__SequenceRead__last_index_of_from 44
-long abstract_collection__SequenceRead__last_index_of(val* self, val* p0);
-#define COLOR_abstract_collection__IndexedIterator__index 34
-long abstract_collection__SequenceRead__index_of_from(val* self, val* p0, long p1);
-long abstract_collection__SequenceRead__last_index_of_from(val* self, val* p0, long p1);
-extern const struct type type_abstract_collection__SequenceReadnullable_kernel__Object;
-#define COLOR_kernel__Object___33d_61d 3
-short int abstract_collection__SequenceRead___61d_61d(val* self, val* p0);
-long abstract_collection__SequenceRead__hash(val* self);
-val* abstract_collection__SequenceRead__iterator_from(val* self, long p0);
-#define COLOR_abstract_collection__Sequence_FT0 0
-#define COLOR_abstract_collection__Sequence___91d_93d_61d 59
-void abstract_collection__Sequence__first_61d(val* self, val* p0);
-#define COLOR_abstract_collection__SimpleCollection_FT0 1
-#define COLOR_abstract_collection__Sequence__push 54
-void abstract_collection__Sequence__add(val* self, val* p0);
-#define COLOR_abstract_collection__Collectionabstract_collection__Sequence_FT0 6
-void abstract_collection__Sequence__append(val* self, val* p0);
-val* NEW_abstract_collection__CoupleMapIterator(const struct type* type);
-#define COLOR_abstract_collection__CoupleMapIteratorabstract_collection__CoupleMap_FT0abstract_collection__CoupleMap_FT1 6
-val* array__ArrayMap__couple_iterator(val* self);
-void abstract_collection__CoupleMapIterator__init(val* self, val* p0);
-val* abstract_collection__CoupleMap__iterator(val* self);
-#define COLOR_abstract_collection__CoupleMapIterator___iter 0
-#define COLOR_abstract_collection__Couple___second 1
-val* abstract_collection__CoupleMapIterator__item(val* self);
-#define COLOR_abstract_collection__Couple___first 0
-val* abstract_collection__CoupleMapIterator__key(val* self);
-short int abstract_collection__CoupleMapIterator__is_ok(val* self);
-void abstract_collection__CoupleMapIterator__next(val* self);
-#define COLOR_abstract_collection__Iteratorabstract_collection__Coupleabstract_collection__CoupleMapIterator_FT0abstract_collection__CoupleMapIterator_FT1 0
-#define COLOR_abstract_collection__Couple_FT0 0
-#define COLOR_abstract_collection__Couple_FT1 1
-void abstract_collection__Couple__init(val* self, val* p0, val* p1);