| version 1.10 | | version 1.11 |
|---|
| | |
| /* | | /* |
| * static char *rcsid_swap_c = | | * static char *rcsid_swap_c = |
| * "$Id: swap.c,v 1.10 2002/09/28 07:19:40 mwedel Exp $"; | | * "$Id: swap.c,v 1.11 2002/11/13 04:57:32 garbled Exp $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| #endif | | #endif |
| #include <object.h> | | #include <object.h> |
| | | |
| #ifdef RECYCLE_TMP_MAPS | | |
| /* This writes out information on all the temporary maps. It is called by | | /* This writes out information on all the temporary maps. It is called by |
| * swap_map below. | | * swap_map below. |
| */ | | */ |
| | |
| } | | } |
| fclose(fp); | | fclose(fp); |
| } | | } |
| #endif | | |
| | | |
| void read_map_log() | | void read_map_log() |
| { | | { |
| | |
| free_map(map,1); | | free_map(map,1); |
| } | | } |
| | | |
| #ifdef RECYCLE_TMP_MAPS | | if (settings.recycle_tmp_maps == TRUE) |
| write_map_log(); | | write_map_log(); |
| #endif | | |
| } | | } |
| | | |
| void check_active_maps() { | | void check_active_maps() { |