aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-29 20:44:59 +0000
committerJim Blandy1993-05-29 20:44:59 +0000
commit70080de127a78c0c134e899c6efc8b3743a7a3e2 (patch)
treea92a461cd86a0630295f56a300d5fa31bb28b56b /src
parent046c6887bcacc226d2a9bfb3136e9ab905d9acac (diff)
downloademacs-70080de127a78c0c134e899c6efc8b3743a7a3e2.tar.gz
emacs-70080de127a78c0c134e899c6efc8b3743a7a3e2.zip
* sysdep.c (sys_siglist): Comment out #endif trailer.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index f9390c3c239..1e3904c5ad4 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2533,7 +2533,7 @@ char *sys_siglist[NSIG + 1] =
2533#endif /* not AIX */ 2533#endif /* not AIX */
2534 0 2534 0
2535 }; 2535 };
2536#endif HAVE_SYS_SIGLIST 2536#endif /* HAVE_SYS_SIGLIST */
2537 2537
2538/* 2538/*
2539 * Warning, this function may not duplicate 4.2 action properly 2539 * Warning, this function may not duplicate 4.2 action properly