| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include "copyright.h" | |
| 11 | ||
| 12 | < | #include "standard.h" |
| 13 | < | |
| 12 | > | #include "rtio.h" |
| 13 | #include "view.h" | |
| 14 | ||
| 16 | – | #include "paths.h" |
| 15 | ||
| 16 | #define FEQ(x,y) (fabs((x)-(y)) <= FTINY) | |
| 17 | #define VEQ(v,w) (FEQ((v)[0],(w)[0]) && FEQ((v)[1],(w)[1]) \ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |