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

Comparing ray/src/common/rglfile.c (file contents):
Revision 3.8 by schorsch, Thu Jun 26 00:58:09 2003 UTC vs.
Revision 3.10 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7  
8   #include "copyright.h"
9  
10 + #include <ctype.h>
11 +
12 + #include "rtprocess.h"
13   #include "radogl.h"
14  
15   #ifndef NLIST2ALLOC
# Line 148 | Line 151 | void
151   rgl_load(inpspec)               /* convert scene description into OGL calls */
152   char    *inpspec;
153   {
151        FILE    *popen();
154          char    *fgetline();
155          FILE    *infp;
156          char    buf[1024];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines