diff src/keyboard.c @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents cb91edbbe173
children c7913b6ba8da
line wrap: on
line diff
--- a/src/keyboard.c	Tue Sep 17 02:56:22 1996 +0000
+++ b/src/keyboard.c	Tue Sep 17 03:43:54 1996 +0000
@@ -7321,7 +7321,7 @@
      Lisp_Object stuffstring;
 {
 /* stuff_char works only in BSD, versions 4.2 and up.  */
-#ifdef BSD
+#ifdef BSD_SYSTEM
 #ifndef BSD4_1
   register unsigned char *p;
 
@@ -7351,7 +7351,7 @@
     }
   input_pending = 0;
 #endif
-#endif /* BSD and not BSD4_1 */
+#endif /* BSD_SYSTEM and not BSD4_1 */
 }
 
 set_waiting_for_input (time_to_clear)