Mercurial > emacs
changeset 6311:55281847e831
Fix coding style.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 12 Mar 1994 01:38:31 +0000 |
parents | c40e283c262b |
children | b55a8ce60e85 |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sat Mar 12 01:23:16 1994 +0000 +++ b/src/keyboard.c Sat Mar 12 01:38:31 1994 +0000 @@ -3322,10 +3322,9 @@ Fix it for 19.23. */ /* Retry the read if it is interrupted. */ if (nread >= 0 + || ! (errno == EAGAIN #ifdef EFAULT - || ! (errno == EAGAIN || errno == EFAULT -#else - || ! (errno == EAGAIN + || errno == EFAULT #endif #ifdef EBADSLT || errno == EBADSLT