Mercurial > emacs
changeset 10135:8796f9a59a70
Fix typo in comment.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 09 Dec 1994 22:43:47 +0000 |
parents | c681703f7ce3 |
children | 37fa43bb8056 |
files | src/syssignal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syssignal.h Fri Dec 09 14:15:06 1994 +0000 +++ b/src/syssignal.h Fri Dec 09 22:43:47 1994 +0000 @@ -19,7 +19,7 @@ #ifdef POSIX_SIGNALS -/* Don't #include <signal.h>. That header shouldalways be #included +/* Don't #include <signal.h>. That header should always be #included before "config.h", because some configuration files (like s/hpux.h) indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file #includes <signal.h>, then that will re-#define SIGIO and confuse