Update c_src. Enable one gcc pass bootstrap.
[nit.git] / c_src / time._sep.c
index c9b842e..0418e8b 100644 (file)
@@ -1,7 +1,9 @@
+/* This C file is generated by NIT to compile module time. */
 #include "time._sep.h"
 val_t time___Object___get_time(val_t  self) {
-  struct trace_t trace = {NULL, "time::Object::get_time (bin/../lib/standard//time.nit:18,2--67)"};
+  struct trace_t trace = {NULL, NULL, 18, LOCATE_time___Object___get_time};
   trace.prev = tracehead; tracehead = &trace;
+  trace.file = LOCATE_time;
   tracehead = trace.prev;
   return TAG_Int(kernel_Any_Any_get_time_0( self));
 }