Difference for common/arch.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.4 2001/02/11 09:12:12 cvs Exp $";   *   "$Id: arch.c,v 1.5 2001/02/24 09:23:04 tanner Exp $";
  */   */
   
 /*  /*
Line 100
 
Line 100
   
 void dump_all_archetypes() {  void dump_all_archetypes() {
   archetype *at;    archetype *at;
   for(at=first_archetype;at!=NULL;at=(at->more==NULL)?at->next:at->more)    for(at=first_archetype;at!=NULL;at=(at->more==NULL)?at->next:at->more) {
     dump_arch(at);      dump_arch(at);
       fprintf(logfile, "%s\n", errmsg);
     }
 }  }
   
 void free_all_archs()  void free_all_archs()


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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