Difference for common/object.c from version 1.118 to 1.119


version 1.118 version 1.119
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.118 2006/01/01 20:36:07 akirschbaum Exp $";   *   "$Id: object.c,v 1.119 2006/01/08 23:57:17 qal21 Exp $";
  */   */
   
 /*  /*
Line 877
 
Line 877
  LOG(llevError,"Object %s is freed but has speed.\n", op->name);   LOG(llevError,"Object %s is freed but has speed.\n", op->name);
 #ifdef MANY_CORES  #ifdef MANY_CORES
  abort();   abort();
 #endif  #else
  op->speed = 0;   op->speed = 0;
   #endif
     }      }
     if (arch_init) {      if (arch_init) {
  return;   return;


Legend:
line(s) removed in v.1.118 
line(s) changed
 line(s) added in v.1.119

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:14