Mercurial > hg > xemacs-beta
comparison src/unexaix.c @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 376386a54a3c |
children | 262b8bb4a523 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
306 || unrelocate_symbols (new, a_out, a_name, new_name) < 0 | 306 || unrelocate_symbols (new, a_out, a_name, new_name) < 0 |
307 #endif | 307 #endif |
308 ) | 308 ) |
309 { | 309 { |
310 close (new); | 310 close (new); |
311 /* unlink (new_name); /* Failed, unlink new a.out */ | 311 /* unlink (new_name); */ /* Failed, unlink new a.out */ |
312 return -1; | 312 return -1; |
313 } | 313 } |
314 | 314 |
315 close (new); | 315 close (new); |
316 if (a_out >= 0) | 316 if (a_out >= 0) |