(process_aux_info_file): Properly start over on file error.

From-SVN: r6669
This commit is contained in:
Richard Kenner 1994-02-27 20:24:17 -05:00
parent 5f57dff07b
commit 2f39784493
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}