diff src/s/gnu-linux.h @ 108640:0b7cdd98b42f

* s/gnu-linux.h: Combine two conditionals.
author Glenn Morris <rgm@gnu.org>
date Mon, 17 May 2010 20:03:14 -0700
parents e565448628b8
children 4e8dcb0d6fe0
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Mon May 17 19:59:15 2010 -0700
+++ b/src/s/gnu-linux.h	Mon May 17 20:03:14 2010 -0700
@@ -97,7 +97,6 @@
 /* This is used in list_system_processes.  */
 #define HAVE_PROCFS 1
 
-
 /* Define CLASH_DETECTION if you want lock files to be written
    so that Emacs can tell instantly when you try to modify
    a file that someone else has modified in his Emacs.  */
@@ -126,12 +125,10 @@
 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
   ((FILE)->_pptr - (FILE)->_pbase)
 #endif /* !_IO_STDIO_H && ! __UCLIBC__ */
+
+#define INTERRUPT_INPUT
 #endif /* emacs */
 
-#ifdef emacs
-#define INTERRUPT_INPUT
-#endif
-
 #define SYSV_SYSTEM_DIR       /* use dirent.h */
 
 #define POSIX                 /* affects getpagesize.h and systty.h */