| 45 |
|
|
| 46 |
|
int report_intvl = 0; /* reporting interval (seconds) */ |
| 47 |
|
|
| 48 |
< |
const char *modname[MAXMODLIST]; /* ordered modifier name list */ |
| 49 |
< |
int nmods = 0; /* number of modifiers */ |
| 48 |
> |
char **modname = NULL; /* ordered modifier name list */ |
| 49 |
> |
int nmods = 0; /* number of modifiers */ |
| 50 |
> |
int modasiz = 0; /* allocated modifier array size */ |
| 51 |
|
|
| 52 |
|
void (*addobjnotify[8])() = {ambnotify, NULL}; |
| 53 |
|
|
| 188 |
|
#endif |
| 189 |
|
/* initialize calcomp routines early */ |
| 190 |
|
initfunc(); |
| 191 |
< |
setcontext(RCCONTEXT); |
| 191 |
> |
calcontext(RCCONTEXT); |
| 192 |
|
/* option city */ |
| 193 |
|
for (i = 1; i < argc; i++) { |
| 194 |
|
/* expand arguments */ |