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

Comparing ray/src/ot/readobj2.c (file contents):
Revision 2.5 by greg, Tue Mar 11 19:29:05 2003 UTC vs.
Revision 2.6 by schorsch, Thu Jun 26 00:58:10 2003 UTC

# Line 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   *  readobj2.c - routines for reading in object descriptions.
6   */
7  
8 < #include  "standard.h"
8 > #include  <ctype.h>
9  
10 + #include  "standard.h"
11 + #include  "platform.h"
12   #include  "object.h"
11
13   #include  "otypes.h"
14  
14 #include  <ctype.h>
15  
16   extern char  *fgetword();
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines