summaryrefslogtreecommitdiff
path: root/signame.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-04-08 12:51:20 +0000
committerPaul Smith <psmith@gnu.org>2005-04-08 12:51:20 +0000
commitf937439da6b2c8071475b25b3d6918a9c4145654 (patch)
treea90131bc43bd817abd1850df4ade8d58339d3334 /signame.c
parent0dcd8a405eb30afbe065b76682d2fba324a5694b (diff)
downloadmake-f937439da6b2c8071475b25b3d6918a9c4145654.tar.gz
Fix some Savannah bugs.
Updates to docs (still need more work here) and NEWS file. New language.
Diffstat (limited to 'signame.c')
-rw-r--r--signame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signame.c b/signame.c
index a6c2a38e..30910325 100644
--- a/signame.c
+++ b/signame.c
@@ -234,7 +234,7 @@ strsignal (int signal)
{
static char buf[] = "Signal 12345678901234567890";
-#if !defined(HAVE_DECL_SYS_SIGLIST)
+#if ! HAVE_DECL_SYS_SIGLIST
static char sig_initted = 0;
if (!sig_initted)