Merge remote branch 'alexis/wip'
[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 void standard___gc___Sys___force_garbage_collection(val_t p0){
4 struct {struct stack_frame_t me;} fra;
5 val_t tmp;
6 fra.me.prev = stack_frame_head; stack_frame_head = &fra.me;
7 fra.me.file = LOCATE_standard___gc;
8 fra.me.line = 4;
9 fra.me.meth = LOCATE_standard___gc___Sys___force_garbage_collection;
10 fra.me.has_broke = 0;
11 fra.me.REG_size = 1;
12 fra.me.nitni_local_ref_head = NULL;
13 fra.me.REG[0] = NIT_NULL;
14 fra.me.REG[0] = p0;
15 /* ./../lib/standard//gc.nit:4 */
16 Nit_gc_force_garbage_collection();
17 stack_frame_head = fra.me.prev;
18 return;
19 }