| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include <stdlib.h> | |
| 11 | #include <stdio.h> | |
| 12 | + | #include <errno.h> |
| 13 | ||
| 14 | #include "calcomp.h" | |
| 15 | + | #include "rterror.h" |
| 16 | ||
| 17 | ||
| 18 | main(argc, argv) | |
| 19 | int argc; | |
| 20 | char *argv[]; | |
| 21 | { | |
| 20 | – | extern int errno; |
| 22 | int i; | |
| 23 | ||
| 24 | esupport |= E_FUNCTION; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |