made to compile under Xenix

This commit is contained in:
ceriel 1989-08-21 12:46:54 +00:00
parent 319d9bcfe0
commit 84b9957b17

View file

@ -366,7 +366,9 @@ putdbugindex(dbugoff, ndbugbytes)
*/ */
static static
get_indirect(head, sect) 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 struct outsect *sect;
{ {
register ind_t *emitindex; register ind_t *emitindex;