| # | 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 "rtprocess.h" |
| 15 | + | #include "standard.h" |
| 16 | #include "octree.h" | |
| 17 | #include "object.h" | |
| 18 | #include "otypes.h" | |
| # | Line 201 | Line 202 | gettree() /* get a pre-ordered octree */ | |
| 202 | default: | |
| 203 | octerror(USER, "damaged octree"); | |
| 204 | } | |
| 205 | < | return NULL; /* pro forma return */ |
| 205 | > | return EMPTY; /* pro forma return */ |
| 206 | } | |
| 207 | ||
| 208 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |