made to compile under Xenix
This commit is contained in:
parent
319d9bcfe0
commit
84b9957b17
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue