use nitg to bootstrap; drop bootstrap of nitc
[nit.git] / c_src / gc.sep.1.c
diff --git a/c_src/gc.sep.1.c b/c_src/gc.sep.1.c
new file mode 100644 (file)
index 0000000..d12a0f1
--- /dev/null
@@ -0,0 +1,14 @@
+#include "gc.sep.0.h"
+/* method gc#Sys#force_garbage_collection for (self: Sys) */
+void gc__Sys__force_garbage_collection(val* self) {
+nit_gcollect();
+RET_LABEL:;
+}
+/* method gc#Sys#force_garbage_collection for (self: Object) */
+void VIRTUAL_gc__Sys__force_garbage_collection(val* self) {
+{ /* Inline gc#Sys#force_garbage_collection (self) */
+nit_gcollect();
+RET_LABEL1:(void)0;
+}
+RET_LABEL:;
+}