From: Richard Kenner Date: Mon, 28 Feb 1994 01:24:17 +0000 (-0500) Subject: (process_aux_info_file): Properly start over on file error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f3978449319a9a585f31f22c5fa43f40e5c5922;p=gcc.git (process_aux_info_file): Properly start over on file error. From-SVN: r6669 --- diff --git a/gcc/protoize.c b/gcc/protoize.c index fe29c406a2b..fca0e0831a2 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -1,6 +1,5 @@ /* Protoize program - Original version by Ron Guilmette at MCC. - - Copyright (C) 1989, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 1993 Free, 1994 Software Foundation, Inc. This file is part of GNU CC. @@ -2377,6 +2376,7 @@ start_over: ; sys_errlist[errno]); return; } + must_create = 1; goto start_over; }