| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | * 7/29/85 | |
| 8 | */ | |
| 9 | ||
| 10 | – | #include "standard.h" |
| 10 | #include "platform.h" | |
| 11 | + | #include "standard.h" |
| 12 | #include "octree.h" | |
| 13 | #include "object.h" | |
| 14 | #include "otypes.h" | |
| # | Line 191 | Line 191 | register char *s; | |
| 191 | inln = 0; | |
| 192 | } | |
| 193 | ||
| 194 | + | /* conflicting def's in param.h */ |
| 195 | + | #undef tstbit |
| 196 | + | #undef setbit |
| 197 | + | #undef clrbit |
| 198 | + | #undef tglbit |
| 199 | ||
| 200 | #define bitop(f,i,op) (f[((i)>>3)] op (1<<((i)&7))) | |
| 201 | #define tstbit(f,i) bitop(f,i,&) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |