projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dd485
)
(main): Don't call signame_init #ifdef HAVE_STRSIGNAL.
author
Roland McGrath
<roland@redhat.com>
Wed, 22 Feb 1995 03:17:22 +0000
(
03:17
+0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 22 Feb 1995 03:17:22 +0000
(
03:17
+0000)
main.c
patch
|
blob
|
history
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;
-#if
ndef HAVE_SYS_SIGLIST
+#if
!defined (HAVE_STRSIGNAL) && !defined (HAVE_SYS_SIGLIST)
signame_init ();
#endif