# | 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(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |