Difference for common/arch.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.15 2001/11/17 21:25:21 michtoen Exp $";   *   "$Id: arch.c,v 1.16 2001/11/27 04:33:46 michtoen Exp $";
  */   */
   
 /*  /*
Line 339
 
Line 339
       if(prev!=NULL)        if(prev!=NULL)
         prev->next=at;          prev->next=at;
       prev=last_more=at;        prev=last_more=at;
         if(!op->type)
             LOG(llevDebug," WARNING: Archetype %s has no type info!\n", op->arch->name);
         
       op->quick_pos = 0; /* assume as base a single arch */        op->quick_pos = 0; /* assume as base a single arch */
       at->clone.quick_pos = 0; /* sic */        at->clone.quick_pos = 0; /* sic */
       break;        break;
Line 449
 
Line 452
  return;   return;
     }      }
     clear_archetable();      clear_archetable();
     LOG(llevDebug," arch-pass 1...");      LOG(llevDebug," arch-pass 1...\n");
 #if TIME_ARCH_LOAD  #if TIME_ARCH_LOAD
  GETTIMEOFDAY(&tv1);   GETTIMEOFDAY(&tv1);
 #endif  #endif


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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