aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorKarl Heuer1996-09-17 03:43:54 +0000
committerKarl Heuer1996-09-17 03:43:54 +0000
commit6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch)
treed4aeca53aa080087d8cdf29b430bef944b897e43 /src/keyboard.c
parent488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff)
downloademacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz
emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.zip
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index c6dbd5fcc94..da9d29609cb 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7321,7 +7321,7 @@ stuff_buffered_input (stuffstring)
7321 Lisp_Object stuffstring; 7321 Lisp_Object stuffstring;
7322{ 7322{
7323/* stuff_char works only in BSD, versions 4.2 and up. */ 7323/* stuff_char works only in BSD, versions 4.2 and up. */
7324#ifdef BSD 7324#ifdef BSD_SYSTEM
7325#ifndef BSD4_1 7325#ifndef BSD4_1
7326 register unsigned char *p; 7326 register unsigned char *p;
7327 7327
@@ -7351,7 +7351,7 @@ stuff_buffered_input (stuffstring)
7351 } 7351 }
7352 input_pending = 0; 7352 input_pending = 0;
7353#endif 7353#endif
7354#endif /* BSD and not BSD4_1 */ 7354#endif /* BSD_SYSTEM and not BSD4_1 */
7355} 7355}
7356 7356
7357set_waiting_for_input (time_to_clear) 7357set_waiting_for_input (time_to_clear)