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.7 by schorsch, Sun Jun 8 12:03:10 2003 UTC vs.
Revision 2.8 by schorsch, Mon Oct 27 10:27:25 2003 UTC

# Line 13 | Line 13 | static const char RCSid[] = "$Id";
13   #include <stdio.h>
14  
15   #include "platform.h"
16 + #include "rtprocess.h"
17   #include "fvect.h"
18  
19   #ifdef  M_PI
# Line 147 | Line 148 | cvcomm(fname, fin)             /* convert a command */
148   char    *fname;
149   FILE    *fin;
150   {
151 <        FILE    *pin, *popen();
151 >        FILE    *pin;
152          char    buf[512], *fgetline();
153  
154          fgetline(buf, sizeof(buf), fin);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines