| # | Line 8 | Line 8 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 8 | * Allocate, read and free object arguments | |
| 9 | */ | |
| 10 | ||
| 11 | < | #include <stdio.h> |
| 11 | > | #include "standard.h" |
| 12 | ||
| 13 | – | #include "fvect.h" |
| 14 | – | |
| 13 | #include "object.h" | |
| 14 | ||
| 15 | ||
| # | Line 19 | Line 17 | static char SCCSid[] = "$SunId$ LBL"; | |
| 17 | #define bmalloc malloc | |
| 18 | #endif | |
| 19 | ||
| 20 | < | extern char *bmalloc(), *savestr(), *fgetword(); |
| 23 | < | #ifndef atof |
| 24 | < | extern double atof(); |
| 25 | < | #endif |
| 20 | > | extern char *fgetword(); |
| 21 | extern int atoi(); | |
| 22 | extern long atol(); | |
| 23 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |