forked from Imagelibrary/binutils-gdb
* messages.c (as_fatal): Apply 2001-01-15 change and followup
to second copy of function.
This commit is contained in:
@@ -383,6 +383,8 @@ as_fatal (format, va_alist)
|
||||
vfprintf (stderr, format, args);
|
||||
(void) putc ('\n', stderr);
|
||||
va_end (args);
|
||||
if (out_file_name != NULL)
|
||||
unlink_if_ordinary (out_file_name);
|
||||
xexit (EXIT_FAILURE);
|
||||
}
|
||||
#endif /* not NO_STDARG */
|
||||
|
||||
Reference in New Issue
Block a user