| # | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 13 | #include <setjmp.h> | |
| 14 | #include <ctype.h> | |
| 15 | ||
| 16 | + | #include "rterror.h" |
| 17 | #include "calcomp.h" | |
| 18 | ||
| 18 | – | |
| 19 | #define MAXRES 100 | |
| 20 | ||
| 21 | double result[MAXRES]; | |
| # | Line 25 | Line 25 | jmp_buf env; | |
| 25 | int recover = 0; | |
| 26 | ||
| 27 | ||
| 28 | + | int |
| 29 | main(argc, argv) | |
| 30 | int argc; | |
| 31 | char *argv[]; | |
| # | Line 116 | Line 117 | char *argv[]; | |
| 117 | ||
| 118 | recover = 0; | |
| 119 | quit(0); | |
| 120 | + | return 0; /* pro forma exit */ |
| 121 | } | |
| 122 | ||
| 123 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |