| # | Line 34 | Line 34 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 34 | ||
| 35 | #define isdecimal(c) (isdigit(c) || (c) == '.') | |
| 36 | ||
| 37 | < | #ifndef atof |
| 38 | < | extern double atof(); |
| 39 | < | #endif |
| 40 | < | extern char *fgets(), *savestr(); |
| 37 | > | extern char *savestr(); |
| 38 | extern char *emalloc(), *ecalloc(); | |
| 39 | extern EPNODE *curfunc; | |
| 40 | extern double efunc(), evariable(); | |
| # | Line 47 | Line 44 | static double echannel(); | |
| 44 | #endif | |
| 45 | static double eadd(), esubtr(), emult(), edivi(), epow(); | |
| 46 | static double ebotch(); | |
| 47 | + | |
| 48 | + | #ifdef DCL_ATOF |
| 49 | + | extern double atof(); |
| 50 | + | #endif |
| 51 | ||
| 52 | int nextc; /* lookahead character */ | |
| 53 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |