| # | Line 32 | Line 32 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 32 | #include "ambient.h" | |
| 33 | #include "resolu.h" | |
| 34 | #include "source.h" | |
| 35 | + | #include "func.h" |
| 36 | #include <ctype.h> | |
| 37 | #include <string.h> | |
| 38 | #include <sys/stat.h> | |
| # | Line 191 | Line 192 | int main (int argc, char* argv []) | |
| 192 | progname = fixargv0(argv [0]); | |
| 193 | /* Initialize object types */ | |
| 194 | initotypes(); | |
| 195 | < | |
| 195 | > | /* initialize calcomp routines */ |
| 196 | > | initfunc(); |
| 197 | > | |
| 198 | /* Parse options */ | |
| 199 | for (i = 1; i < argc; i++) { | |
| 200 | /* Eggs-pand arguments */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |