mkcsrc: copy .c and .h file to avoid the break of the bootstrap
[nit.git] / c_src / standard___gc._sep.c
1 /* This C file is generated by NIT to compile module standard___gc. */
2 #include "standard___gc._sep.h"
3 static const char LOCATE_standard___gc___Sys___force_garbage_collection[] = "gc::Sys::force_garbage_collection";
4 void standard___gc___Sys___force_garbage_collection(val_t p0){
5 struct {struct stack_frame_t me;} fra;
6 val_t tmp;
7 fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
8 fra.me.file = LOCATE_standard___gc;
9 fra.me.line = 17;
10 fra.me.meth = LOCATE_standard___gc___Sys___force_garbage_collection;
11 fra.me.has_broke = 0;
12 fra.me.REG_size = 1;
13 fra.me.nitni_local_ref_head = NULL;
14 fra.me.REG[0] = NIT_NULL;
15 fra.me.REG[0] = p0;
16 /* ../lib/standard/gc.nit:17 */
17 Nit_gc_force_garbage_collection();
18 stack_frame_head = fra.me.prev;
19 return;
20 }