changeset 8936:bcf92490217e

(kbd_store_ptr): Declare storage class before qualifier.
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Sep 1994 04:27:27 +0000
parents 0e9e6ff083e8
children 065d01c10c78
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue Sep 20 04:26:12 1994 +0000
+++ b/src/keyboard.c	Tue Sep 20 04:27:27 1994 +0000
@@ -357,10 +357,7 @@
 /* Pointer to next place to store character in kbd_buffer.  This
    may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the next
    character should go in kbd_buffer[0].  */
-#ifdef __STDC__
-volatile
-#endif
-static struct input_event *kbd_store_ptr;
+static volatile struct input_event *kbd_store_ptr;
 
 /* The above pair of variables forms a "queue empty" flag.  When we
    enqueue a non-hook event, we increment kbd_write_count.  When we