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.9 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.10 by greg, Mon Mar 10 17:13:29 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   *  readobj.c - routines for reading in object descriptions.
# Line 130 | Line 130 | FILE  *fp;
130   }
131  
132  
133 < int
133 > OBJECT
134   newobject()                             /* get a new object */
135   {
136          register int  i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines