]> git.eshelyaron.com Git - emacs.git/commitdiff
(kbd_store_ptr): Declare storage class before qualifier.
authorKarl Heuer <kwzh@gnu.org>
Tue, 20 Sep 1994 04:27:27 +0000 (04:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 20 Sep 1994 04:27:27 +0000 (04:27 +0000)
src/keyboard.c

index 5eb05979717448a2154105cc508923e6c53b10c4..1b9a4e9a960914a7060db1a30647a3e1ebc56dea 100644 (file)
@@ -357,10 +357,7 @@ static struct input_event *kbd_fetch_ptr;
 /* 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