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

Comparing ray/src/gen/replmarks.c (file contents):
Revision 2.5 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 2.6 by greg, Mon Mar 10 17:26:26 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   * Replace markers in Radiance scene description with objects or instances.
# Line 168 | Line 168 | cvobject(fname, fin)           /* convert an object */
168   char    *fname;
169   FILE    *fin;
170   {
171 +        extern char     *fgetword();
172          char    buf[128], typ[16], nam[128];
173          int     i, n;
174          register int    j;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines