From 84b9957b178400b626517e281cc35be81a218a91 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 21 Aug 1989 12:46:54 +0000 Subject: [PATCH] made to compile under Xenix --- util/led/scan.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/led/scan.c b/util/led/scan.c index 15471f143..592317a35 100644 --- a/util/led/scan.c +++ b/util/led/scan.c @@ -366,7 +366,9 @@ putdbugindex(dbugoff, ndbugbytes) */ static get_indirect(head, sect) - register struct outhead *head; + struct outhead *head; /* not register! Won't compile on + SCO Xenix 386 if it is! + */ register struct outsect *sect; { register ind_t *emitindex; -- 2.34.1