| # | Line 32 | Line 32 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 32 | ||
| 33 | #define isdecimal(c) (isdigit(c) || (c) == '.') | |
| 34 | ||
| 35 | < | extern double atof(), pow(); |
| 35 | > | #ifndef atof |
| 36 | > | extern double atof(); |
| 37 | > | #endif |
| 38 | > | extern double pow(); |
| 39 | extern char *fgets(), *savestr(); | |
| 40 | extern char *emalloc(), *ecalloc(); | |
| 41 | extern EPNODE *curfunc; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |