version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
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() |