--- ray/src/common/readobj.c 1990/01/18 23:58:57 1.3 +++ ray/src/common/readobj.c 1990/09/06 23:32:43 1.4 @@ -19,7 +19,7 @@ static char SCCSid[] = "$SunId$ LBL"; #include OBJREC *objblock[MAXOBJBLK]; /* our objects */ -int nobjects = 0; /* # of objects */ +OBJECT nobjects = 0; /* # of objects */ readobj(input) /* read in an object file or stream */