summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-02-22 03:17:22 +0000
committerRoland McGrath <roland@redhat.com>1995-02-22 03:17:22 +0000
commitd85ab5953a94b1c002ae946e2696e98336303e84 (patch)
treef0eae05fdc18438bf5be4e0cd732fa5d3d844846
parent93dd485ab6b36c70ec53eeb894a4fcad7545e317 (diff)
downloadgunmake-d85ab5953a94b1c002ae946e2696e98336303e84.tar.gz
(main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index fa2f7de..0e3a962 100644
--- a/main.c
+++ b/main.c
@@ -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