| # | Line 23 | Line 23 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 23 | #include "platform.h" | |
| 24 | #include "paths.h" | |
| 25 | #include "ranimove.h" | |
| 26 | + | #include "func.h" |
| 27 | ||
| 28 | int NVARS = NV_INIT; /* total number of variables */ | |
| 29 | ||
| # | Line 84 | Line 85 | main( | |
| 85 | int i; | |
| 86 | ||
| 87 | progname = argv[0]; /* get arguments */ | |
| 88 | + | /* initialize calcomp */ |
| 89 | + | initfunc(); |
| 90 | gargc = argc; | |
| 91 | gargv = argv; | |
| 92 | for (i = 1; i < argc && argv[i][0] == '-'; i++) | |
| # | Line 539 | Line 542 | getexp( /* get exposure for nth frame */ | |
| 542 | int n | |
| 543 | ) | |
| 544 | { | |
| 542 | – | extern char *fskip(); |
| 545 | static char expval[32]; | |
| 546 | static FILE *expfp = NULL; | |
| 547 | static int curfrm = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |