1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

* sysdep.c (sys_siglist): Comment out #endif trailer.

This commit is contained in:
Jim Blandy 1993-05-29 20:44:59 +00:00
parent 046c6887bc
commit 70080de127

View file

@ -2533,7 +2533,7 @@ char *sys_siglist[NSIG + 1] =
#endif /* not AIX */
0
};
#endif HAVE_SYS_SIGLIST
#endif /* HAVE_SYS_SIGLIST */
/*
* Warning, this function may not duplicate 4.2 action properly