mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
Update Android port
* src/android.c (struct android_event_queue): Don't make unnecessarily volatile.
This commit is contained in:
parent
b5121503e4
commit
353f90c758
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ struct android_event_queue
|
|||
|
||||
/* The number of events in the queue. If this is greater than 1024,
|
||||
writing will block. */
|
||||
volatile int num_events;
|
||||
int num_events;
|
||||
|
||||
/* Circular queue of events. */
|
||||
struct android_event_container events;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue