mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
Formerly main.c.~63~
This commit is contained in:
parent
fa0cf27f72
commit
b81f248c35
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 New Issue
Block a user