(main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
authorRoland McGrath <roland@redhat.com>
Wed, 22 Feb 1995 03:17:22 +0000 (03:17 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 22 Feb 1995 03:17:22 +0000 (03:17 +0000)
main.c

diff --git a/main.c b/main.c
index fa2f7de9df1af09c882e43fb1c7ad568a7e32bef..0e3a962428acf2311c75306f488464c7b2a169c6 100644 (file)
--- 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