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

Comparing ray/src/common/readoct.c (file contents):
Revision 2.21 by schorsch, Mon Jul 21 22:30:17 2003 UTC vs.
Revision 2.23 by greg, Wed Oct 22 02:06:34 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   #include  <stdio.h>
11   #include  <time.h>
12  
13 #include  "standard.h"
13   #include  "platform.h"
14 + #include  "standard.h"
15   #include  "octree.h"
16   #include  "object.h"
17   #include  "otypes.h"
# Line 201 | Line 201 | gettree()                      /* get a pre-ordered octree */
201          default:
202                  octerror(USER, "damaged octree");
203          }
204 <        return NULL; /* pro forma return */
204 >        return EMPTY; /* pro forma return */
205   }
206  
207  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines