aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorDan Nicolaescu2007-05-26 17:28:45 +0000
committerDan Nicolaescu2007-05-26 17:28:45 +0000
commit30790a37efea5c6fed87ee0dd0d54c31ac9eea11 (patch)
tree8dff3a7d4eeffd47233240ee672838a0f32609a0 /src/sysdep.c
parent98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (diff)
downloademacs-30790a37efea5c6fed87ee0dd0d54c31ac9eea11.tar.gz
emacs-30790a37efea5c6fed87ee0dd0d54c31ac9eea11.zip
* emacsclient.c (main): Avoid having a declaration after a
statement. * sysdep.c: Comment out text after #endif.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index ba55d2361bb..32efd7a056d 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2791,7 +2791,7 @@ sys_select (nfds, rfds, wfds, efds, timeout)
2791 } 2791 }
2792 return ravail; 2792 return ravail;
2793} 2793}
2794#endif not WINDOWSNT 2794#endif /* not WINDOWSNT */
2795 2795
2796/* Read keyboard input into the standard buffer, 2796/* Read keyboard input into the standard buffer,
2797 waiting for at least one character. */ 2797 waiting for at least one character. */