Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 112:48d667d6f17f r20-1b8
Import from CVS: tag r20-1b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:20:48 +0200 |
parents | fe104dbd9147 |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
111:164ab62060bf | 112:48d667d6f17f |
---|---|
2736 garbage_collect_1 (); /* GC garbage_collect's garbage */ | 2736 garbage_collect_1 (); /* GC garbage_collect's garbage */ |
2737 } | 2737 } |
2738 clear_message (); | 2738 clear_message (); |
2739 | 2739 |
2740 if (rc < 0) { | 2740 if (rc < 0) { |
2741 (void)unlink("SATISFIED"); | |
2741 fatal ("Pure size adjusted, will restart `make'"); | 2742 fatal ("Pure size adjusted, will restart `make'"); |
2742 } else if (pure_lossage && die_if_pure_storage_exceeded) { | 2743 } else if (pure_lossage && die_if_pure_storage_exceeded) { |
2743 fatal ("Pure storage exhausted"); | 2744 fatal ("Pure storage exhausted"); |
2744 } | 2745 } |
2745 (void)sys_unlink("SATISFIED"); | |
2746 } | 2746 } |
2747 | 2747 |
2748 | 2748 |
2749 /**********************************************************************/ | 2749 /**********************************************************************/ |
2750 /* staticpro */ | 2750 /* staticpro */ |