X-Git-Url: http://nitlanguage.org diff --git a/c_src/standard___gc._sep.c b/c_src/standard___gc._sep.c index 65a7f8c..8ac40a3 100644 --- a/c_src/standard___gc._sep.c +++ b/c_src/standard___gc._sep.c @@ -1,18 +1,19 @@ /* This C file is generated by NIT to compile module standard___gc. */ #include "standard___gc._sep.h" +static const char LOCATE_standard___gc___Sys___force_garbage_collection[] = "gc::Sys::force_garbage_collection"; void standard___gc___Sys___force_garbage_collection(val_t p0){ struct {struct stack_frame_t me;} fra; val_t tmp; fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; fra.me.file = LOCATE_standard___gc; - fra.me.line = 4; + fra.me.line = 17; fra.me.meth = LOCATE_standard___gc___Sys___force_garbage_collection; fra.me.has_broke = 0; fra.me.REG_size = 1; fra.me.nitni_local_ref_head = NULL; fra.me.REG[0] = NIT_NULL; fra.me.REG[0] = p0; - /* ../lib/standard/gc.nit:4 */ + /* ../lib/standard/gc.nit:17 */ Nit_gc_force_garbage_collection(); stack_frame_head = fra.me.prev; return;