| # | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 14 | #include "mesh.h" | |
| 15 | #include "resolu.h" | |
| 16 | ||
| 17 | – | #ifdef getc_unlocked /* avoid horrendous overhead of flockfile */ |
| 18 | – | #define getc getc_unlocked |
| 19 | – | #endif |
| 20 | – | |
| 17 | static char *meshfn; /* input file name */ | |
| 18 | static FILE *meshfp; /* mesh file pointer */ | |
| 19 | static int objsize; /* sizeof(OBJECT) from writer */ | |
| # | Line 96 | 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 |