ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/readobj.c
(Generate patch)

Comparing ray/src/common/readobj.c (file contents):
Revision 2.14 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 2.15 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 165 | Line 165 | newobject()                            /* get a new object */
165  
166   void
167   freeobjects(firstobj, nobjs)            /* free a range of objects */
168 < OBJECT  firstobj, nobjs;
168 > int  firstobj, nobjs;
169   {
170          register int  obj;
171                                          /* check bounds */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines