mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
Formerly main.c.~63~
This commit is contained in:
parent
fa0cf27f72
commit
b81f248c35
1 changed files with 1 additions and 4 deletions
5
main.c
5
main.c
|
@ -357,9 +357,6 @@ main (argc, argv, envp)
|
|||
char **argv;
|
||||
char **envp;
|
||||
{
|
||||
#ifndef HAVE_SYS_SIGLIST
|
||||
extern void init_siglist ();
|
||||
#endif
|
||||
extern RETSIGTYPE fatal_error_signal (), child_handler ();
|
||||
register struct file *f;
|
||||
register unsigned int i;
|
||||
|
@ -377,7 +374,7 @@ main (argc, argv, envp)
|
|||
reading_lineno_ptr = 0;
|
||||
|
||||
#ifndef HAVE_SYS_SIGLIST
|
||||
init_siglist ();
|
||||
signame_init ();
|
||||
#endif
|
||||
|
||||
#ifdef POSIX
|
||||
|
|
Loading…
Reference in a new issue