diff options
author | Roland McGrath <roland@redhat.com> | 1995-02-22 03:17:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-02-22 03:17:22 +0000 |
commit | d85ab5953a94b1c002ae946e2696e98336303e84 (patch) | |
tree | f0eae05fdc18438bf5be4e0cd732fa5d3d844846 | |
parent | 93dd485ab6b36c70ec53eeb894a4fcad7545e317 (diff) | |
download | gunmake-d85ab5953a94b1c002ae946e2696e98336303e84.tar.gz |
(main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -424,7 +424,7 @@ main (argc, argv, envp) reading_filename = 0; reading_lineno_ptr = 0; -#ifndef HAVE_SYS_SIGLIST +#if !defined (HAVE_STRSIGNAL) && !defined (HAVE_SYS_SIGLIST) signame_init (); #endif |