| # | Line 22 | Line 22 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 22 | ||
| 23 | #define MAXVERT 1024 /* maximum # vertices */ | |
| 24 | ||
| 25 | + | #ifdef DCL_ATOF |
| 26 | + | extern double atof(); |
| 27 | + | #endif |
| 28 | + | |
| 29 | char *pmtype; /* material type */ | |
| 30 | char *pname; /* name */ | |
| 31 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |