summaryrefslogtreecommitdiff
path: root/frontends/amiga/schedule.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-09 23:43:17 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-09 23:43:17 +0100
commit36a2a77a8e09fd56dfaea0efb1af627e14b4ceae (patch)
treedce854b4983550a7944f88664ed8761ce723bf4f /frontends/amiga/schedule.c
parentd0a1ee7ac0137a1ab51551649ce9f3f1522e4a39 (diff)
downloadnetsurf-36a2a77a8e09fd56dfaea0efb1af627e14b4ceae.tar.gz
netsurf-36a2a77a8e09fd56dfaea0efb1af627e14b4ceae.tar.bz2
tidy-up
Diffstat (limited to 'frontends/amiga/schedule.c')
-rwxr-xr-xfrontends/amiga/schedule.c8
1 files changed, 4 insertions, 4 deletions
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;
};