--- ray/src/common/readobj.c 2003/06/08 12:03:09 2.14 +++ ray/src/common/readobj.c 2003/06/20 00:25:49 2.15 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readobj.c,v 2.14 2003/06/08 12:03:09 schorsch Exp $"; +static const char RCSid[] = "$Id: readobj.c,v 2.15 2003/06/20 00:25:49 greg Exp $"; #endif /* * readobj.c - routines for reading in object descriptions. @@ -165,7 +165,7 @@ newobject() /* get a new object */ void freeobjects(firstobj, nobjs) /* free a range of objects */ -OBJECT firstobj, nobjs; +int firstobj, nobjs; { register int obj; /* check bounds */