mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 17:21:03 +08:00
* collect2.c (scan_libraries): Fix typos.
From-SVN: r73187
This commit is contained in:
parent
d6665c3332
commit
94d5427624
@ -10,6 +10,8 @@
|
||||
|
||||
2003-11-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* collect2.c (scan_libraries): Fix typos.
|
||||
|
||||
PR preprocessor/12847
|
||||
* cppfiles.c, cppexp.c, cpperror.c, cpplib.h, cpplib.c, cpplex.c,
|
||||
cppinit.c, cpptrad.c, cppmacro.c, fix-header.c, cpppch.c, c-pch.c,
|
||||
|
@ -2480,9 +2480,9 @@ scan_libraries (const char *prog_name)
|
||||
}
|
||||
|
||||
/* Parent context from here on. */
|
||||
int_handler = (void (*) (int))) signal (SIGINT, SIG_IGN;
|
||||
int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN);
|
||||
#ifdef SIGQUIT
|
||||
quit_handler = (void (*) (int))) signal (SIGQUIT, SIG_IGN;
|
||||
quit_handler = (void (*) (int)) signal (SIGQUIT, SIG_IGN);
|
||||
#endif
|
||||
|
||||
if (close (pipe_fd[1]) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user