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

Comparing ray/src/common/readobj.c (file contents):
Revision 2.12 by greg, Tue May 13 17:58:32 2003 UTC vs.
Revision 2.13 by schorsch, Sat Jun 7 12:50:20 2003 UTC

# Line 9 | Line 9 | static const char RCSid[] = "$Id$";
9  
10   #include "copyright.h"
11  
12 < #include  "standard.h"
12 > #include  <ctype.h>
13 > #include  <stdio.h>
14 > #ifdef _WIN32
15 > #define popen _popen
16 > #define pclose _pclose
17 > #endif
18  
19 + #include  "standard.h"
20   #include  "object.h"
15
21   #include  "otypes.h"
22  
18 #include  <ctype.h>
23  
24   OBJREC  *objblock[MAXOBJBLK];           /* our objects */
25   OBJECT  nobjects = 0;                   /* # of objects */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines