| # | Line 45 | Line 45 | static double echannel(); | |
|---|---|---|
| 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 | ||
| 54 | double (*eoper[])() = { /* expression operations */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |