From 36a2a77a8e09fd56dfaea0efb1af627e14b4ceae Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 9 Jul 2016 23:43:17 +0100 Subject: tidy-up --- frontends/amiga/schedule.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontends/amiga/schedule.c') diff --git a/frontends/amiga/schedule.c b/frontends/amiga/schedule.c index e34c00017..2d6346533 100755 --- a/frontends/amiga/schedule.c +++ b/frontends/amiga/schedule.c @@ -38,14 +38,14 @@ struct Device *TimerBase; struct TimerIFace *ITimer; #endif -static APTR pool_nscb = NULL; -static APTR pool_timereq = NULL; +static APTR restrict pool_nscb = NULL; +static APTR restrict pool_timereq = NULL; struct nscallback { struct TimeVal tv; - void *callback; - void *p; + void *restrict callback; + void *restrict p; struct TimeRequest *treq; }; -- cgit v1.2.3