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.7 by schorsch, Sun Jun 8 12:03:10 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 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *      Created:        17 Feb 1991     Greg Ward
8   */
9  
10 #include <stdio.h>
10   #include <stdlib.h>
11   #include <ctype.h>
12   #include <math.h>
13 + #include <stdio.h>
14  
15 + #include "platform.h"
16   #include "fvect.h"
17  
18   #ifdef  M_PI
# Line 168 | Line 169 | cvobject(fname, fin)           /* convert an object */
169   char    *fname;
170   FILE    *fin;
171   {
172 +        extern char     *fgetword();
173          char    buf[128], typ[16], nam[128];
174          int     i, n;
175          register int    j;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines