added missing volatile declaration

svn: r2808
This commit is contained in:
Matthew Flatt 2006-04-26 22:14:06 +00:00
parent fd209ecb58
commit 33039393a6

View File

@ -1869,7 +1869,7 @@ int scheme_peeked_read_via_get(Scheme_Input_Port *ip,
Scheme_Object * volatile v, *sema, *a[3], ** volatile aa, * volatile l;
volatile long size = _size;
volatile int n, current_leader = 0;
Scheme_Type t;
volatile Scheme_Type t;
Scheme_Object * volatile target_evt = _target_evt;
/* Check whether t's event value is known to be always itself: */