c_src: update for new ffi syntax
[nit.git] / c_src / hash_collection.sep.0.h
index 8e2814c..f0ef59a 100644 (file)
@@ -46,7 +46,6 @@ val* hash_collection__HashMap___91d_93d(val* self, val* p0);
 val* NEW_hash_collection__HashMapIterator(const struct type* type);
 extern const int COLOR_hash_collection__HashMapIteratorhash_collection__HashMap_FT0hash_collection__HashMap_FT1;
 extern const int COLOR_hash_collection__HashMapIterator__init;
-void CHECK_NEW_hash_collection__HashMapIterator(val*);
 val* hash_collection__HashMap__iterator(val* self);
 long hash_collection__HashMap__length(val* self);
 short int hash_collection__HashMap__is_empty(val* self);
@@ -55,7 +54,6 @@ extern const int COLOR_abstract_collection__Map_FT1;
 val* NEW_hash_collection__HashMapNode(const struct type* type);
 extern const int COLOR_hash_collection__HashMapNodehash_collection__HashMap_FT0hash_collection__HashMap_FT1;
 extern const int COLOR_hash_collection__HashMapNode__init;
-void CHECK_NEW_hash_collection__HashMapNode(val*);
 extern const int COLOR_hash_collection__HashCollection__store;
 void hash_collection__HashMap___91d_93d_61d(val* self, val* p0, val* p1);
 extern const int COLOR_hash_collection__HashCollection__raz;
@@ -91,7 +89,6 @@ val* NEW_abstract_collection__MapKeysIterator(const struct type* type);
 extern const int COLOR_abstract_collection__MapKeysIteratorhash_collection__HashMapKeys_FT0hash_collection__HashMapKeys_FT1;
 extern const int COLOR_abstract_collection__MapRead__iterator;
 extern const int COLOR_abstract_collection__MapKeysIterator__init;
-void CHECK_NEW_abstract_collection__MapKeysIterator(val*);
 val* hash_collection__HashMapKeys__iterator(val* self);
 extern const int COLOR_abstract_collection__Map__clear;
 void hash_collection__HashMapKeys__clear(val* self);
@@ -115,7 +112,6 @@ long hash_collection__HashMapValues__length(val* self);
 val* NEW_abstract_collection__MapValuesIterator(const struct type* type);
 extern const int COLOR_abstract_collection__MapValuesIteratorhash_collection__HashMapValues_FT0hash_collection__HashMapValues_FT1;
 extern const int COLOR_abstract_collection__MapValuesIterator__init;
-void CHECK_NEW_abstract_collection__MapValuesIterator(val*);
 val* hash_collection__HashMapValues__iterator(val* self);
 void hash_collection__HashMapValues__clear(val* self);
 void hash_collection__HashMapValues__remove(val* self, val* p0);
@@ -143,14 +139,12 @@ extern const int COLOR_abstract_collection__SimpleCollection_FT0;
 val* NEW_hash_collection__HashSetNode(const struct type* type);
 extern const int COLOR_hash_collection__HashSetNodehash_collection__HashSet_FT0;
 extern const int COLOR_hash_collection__HashSetNode__init;
-void CHECK_NEW_hash_collection__HashSetNode(val*);
 void hash_collection__HashSet__add(val* self, val* p0);
 void hash_collection__HashSet__remove(val* self, val* p0);
 void hash_collection__HashSet__clear(val* self);
 val* NEW_hash_collection__HashSetIterator(const struct type* type);
 extern const int COLOR_hash_collection__HashSetIteratorhash_collection__HashSet_FT0;
 extern const int COLOR_hash_collection__HashSetIterator__init;
-void CHECK_NEW_hash_collection__HashSetIterator(val*);
 val* hash_collection__HashSet__iterator(val* self);
 void hash_collection__HashSet__init(val* self);
 extern const int COLOR_abstract_collection__Collectionhash_collection__HashSet_FT0;