| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | * 4/1/86 | |
| 8 | */ | |
| 9 | ||
| 10 | + | #include <stdlib.h> |
| 11 | #include <stdio.h> | |
| 12 | < | |
| 12 | > | #include <string.h> |
| 13 | #include <setjmp.h> | |
| 13 | – | |
| 14 | #include <ctype.h> | |
| 15 | ||
| 16 | #include "calcomp.h" | |
| # | Line 24 | Line 24 | int nres = 0; | |
| 24 | #ifndef BSD | |
| 25 | #define index strchr | |
| 26 | #endif | |
| 27 | – | extern char *index(), *fgets(); |
| 28 | – | |
| 27 | ||
| 28 | jmp_buf env; | |
| 29 | int recover = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |