X-Git-Url: http://nitlanguage.org diff --git a/c_src/utils._sep.c b/c_src/utils._sep.c index 64584d1..20005ec 100644 --- a/c_src/utils._sep.c +++ b/c_src/utils._sep.c @@ -1,7 +1,7 @@ /* This C file is generated by NIT to compile module utils. */ #include "utils._sep.h" val_t utils___Object___cmangle(val_t self, val_t param0) { - struct trace_t trace = {NULL, LOCATE_utils___Object___cmangle, 21}; + struct trace_t trace = {NULL, NULL, 21, LOCATE_utils___Object___cmangle}; val_t variable0; val_t variable1; val_t variable2; @@ -17,8 +17,9 @@ val_t utils___Object___cmangle(val_t self, val_t param0) { val_t variable11; val_t variable12; trace.prev = tracehead; tracehead = &trace; + trace.file = LOCATE_utils; /* check if p'), variable1) /*HashMap::[]=*/; - variable1 = NEW_string___String___with_native(BOX_NativeString("n"), TAG_Int(1)); /*new String*/ + variable1 = NEW_String_string___String___with_native(BOX_NativeString("n"), TAG_Int(1)); /*new String*/ ((hash___HashMap_____braeq_t)CALL( variable0 /*res*/,COLOR_abstract_collection___Map_____braeq))( variable0 /*res*/, TAG_Char('!'), variable1) /*HashMap::[]=*/; - variable1 = NEW_string___String___with_native(BOX_NativeString("u"), TAG_Int(1)); /*new String*/ + variable1 = NEW_String_string___String___with_native(BOX_NativeString("u"), TAG_Int(1)); /*new String*/ ((hash___HashMap_____braeq_t)CALL( variable0 /*res*/,COLOR_abstract_collection___Map_____braeq))( variable0 /*res*/, TAG_Char('_'), variable1) /*HashMap::[]=*/; - variable1 = NEW_string___String___with_native(BOX_NativeString("at"), TAG_Int(2)); /*new String*/ + variable1 = NEW_String_string___String___with_native(BOX_NativeString("at"), TAG_Int(2)); /*new String*/ ((hash___HashMap_____braeq_t)CALL( variable0 /*res*/,COLOR_abstract_collection___Map_____braeq))( variable0 /*res*/, TAG_Char('@'), variable1) /*HashMap::[]=*/; variable0 = variable0 /*res*/; goto return_label4;