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

Comparing ray/src/meta/igraph.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Oct 27 10:28:59 2003 UTC

# Line 15 | Line 15 | static const char      RCSid[] = "$Id$";
15  
16   #include  <setjmp.h>
17  
18 + #include  "rtprocess.h"
19   #include  "mgvars.h"
20  
21   typedef struct {
# Line 226 | Line 227 | settype()                      /* set plot type */
227  
228   plotout()                       /* output our graph */
229   {
230 <        extern FILE  *pout, *popen();
230 >        extern FILE  *pout;
231          char  sbuf[128];
232          char  *command;
233          int  i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines