| # | Line 27 | Line 27 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 27 | #define MAXVERT 6 /* maximum number of vertices for markers */ | |
| 28 | #define MAXMARK 32 /* maximum number of markers */ | |
| 29 | ||
| 30 | + | #ifdef DCL_ATOF |
| 31 | + | extern double atof(); |
| 32 | + | #endif |
| 33 | + | |
| 34 | typedef struct { | |
| 35 | short beg, end; /* beginning and ending vertex */ | |
| 36 | float len2; /* length squared */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |