| # | Line 8 | Line 8 | |
|---|---|---|
| 8 | * 8/28/85 | |
| 9 | */ | |
| 10 | ||
| 11 | < | #define EPSILON 1e-6 /* acceptable location error */ |
| 11 | > | #define EPSILON FTINY /* acceptable location error */ |
| 12 | ||
| 13 | #define XPOS 03 /* x position mask */ | |
| 14 | #define YPOS 014 /* y position mask */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |