| # | 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 | – | #undef getc |
| 19 | – | #define getc getc_unlocked |
| 20 | – | #endif |
| 21 | – | |
| 17 | static char *meshfn; /* input file name */ | |
| 18 | static FILE *meshfp; /* mesh file pointer */ | |
| 19 | static int objsize; /* sizeof(OBJECT) from writer */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |