# | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
---|---|---|
7 | ||
8 | #include <time.h> | |
9 | ||
10 | – | #include "standard.h" |
10 | #include "platform.h" | |
11 | + | #include "standard.h" |
12 | #include "octree.h" | |
13 | #include "object.h" | |
14 | #include "mesh.h" | |
# | Line 92 | Line 92 | gettree() /* get a pre-ordered octree */ | |
92 | default: | |
93 | mesherror(USER, "damaged mesh octree"); | |
94 | } | |
95 | < | return (OCTREE)NULL; /* pro forma return */ |
95 | > | return (OCTREE)0; /* pro forma return */ |
96 | } | |
97 | ||
98 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |