comparison src/alloc.c @ 34:d620409f5eb8 r19-15b100

Import from CVS: tag r19-15b100
author cvs
date Mon, 13 Aug 2007 08:53:20 +0200
parents e04119814345
children 56c54cf7c5b6
comparison
equal deleted inserted replaced
33:9ee3cade837d 34:d620409f5eb8
2709 garbage_collect_1 (); /* GC garbage_collect's garbage */ 2709 garbage_collect_1 (); /* GC garbage_collect's garbage */
2710 } 2710 }
2711 clear_message (); 2711 clear_message ();
2712 2712
2713 if (rc < 0) { 2713 if (rc < 0) {
2714 (void)unlink("SATISFIED");
2714 fatal ("Pure size adjusted, will restart `make'"); 2715 fatal ("Pure size adjusted, will restart `make'");
2715 } else if (pure_lossage && die_if_pure_storage_exceeded) { 2716 } else if (pure_lossage && die_if_pure_storage_exceeded) {
2716 fatal ("Pure storage exhausted"); 2717 fatal ("Pure storage exhausted");
2717 } 2718 }
2718 (void)sys_unlink("SATISFIED");
2719 } 2719 }
2720 2720
2721 2721
2722 /**********************************************************************/ 2722 /**********************************************************************/
2723 /* staticpro */ 2723 /* staticpro */