Commit 2f397844 by Richard Kenner

(process_aux_info_file): Properly start over on file error.

From-SVN: r6669
parent 5f57dff0
/* 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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment