version 1.21 | | version 1.22 |
---|
| | |
/* | | /* |
* static char *rcsid_special_c = | | * static char *rcsid_special_c = |
* "$Id: special.c,v 1.21 2005/04/14 06:57:02 mwedel Exp $"; | | * "$Id: special.c,v 1.22 2005/10/28 19:08:53 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
mon = "none"; | | mon = "none"; |
break; | | break; |
} | | } |
| | |
| | default: /* undefined */ |
| | LOG(llevError, "place_special_exit: undefined hole type %d\n", hole_type); |
| | return; |
| | break; |
} | | } |
| | |
/* Need to be at least this size, otherwise the load | | /* Need to be at least this size, otherwise the load |