Added some extern delcarations; without them, it did not compile on Xenix
This commit is contained in:
parent
9ab5e19576
commit
c5d04fbd6a
|
@ -855,6 +855,7 @@ used(resource,use,max) char *resource; {
|
|||
|
||||
statistics() {
|
||||
extern char *end,*sbrk();
|
||||
extern int nnodes, maxempatlen,maxrule;
|
||||
|
||||
used("Registers",nregs,MAXREGS);
|
||||
used("Properties",nprops,MAXPROPS);
|
||||
|
|
Loading…
Reference in a new issue