# | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
---|---|---|
12 | #include "rtprocess.h" /* getpid() */ | |
13 | #include "platform.h" | |
14 | #include "RtraceSimulManager.h" | |
15 | + | #include "func.h" |
16 | ||
17 | extern char *progname; /* global argv[0] */ | |
18 | ||
# | Line 80 | Line 81 | main(int argc, char *argv[]) | |
81 | strcat(RFeatureList, RXTRACE_FEATURES); | |
82 | if (argc > 1 && !strcmp(argv[1], "-features")) | |
83 | return feature_status(argc-2, argv+2); | |
84 | + | /* initialize calcomp routines */ |
85 | + | initfunc(); |
86 | /* add trace notify function */ | |
87 | for (i = 0; addobjnotify[i] != NULL; i++) | |
88 | ; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |