213 |
|
/* initialize calcomp routines early */ |
214 |
|
initfunc(); |
215 |
|
calcontext(RCCONTEXT); |
216 |
+ |
esupport &= ~E_REDEFW; /* temporary */ |
217 |
|
/* option city */ |
218 |
|
for (i = 1; i < argc; i++) { |
219 |
|
/* expand arguments */ |
333 |
|
} |
334 |
|
if (nmods <= 0) |
335 |
|
error(USER, "missing required modifier argument"); |
336 |
+ |
esupport |= E_REDEFW; |
337 |
|
/* override some option settings */ |
338 |
|
override_options(); |
339 |
|
/* set/check spectral sampling */ |
417 |
|
) |
418 |
|
{ |
419 |
|
int lasterrno = errno; |
420 |
+ |
if (erract[WARNING].pf == NULL) |
421 |
+ |
return; /* called by calcomp or someone */ |
422 |
|
eputs(s); |
423 |
|
errno = lasterrno; |
424 |
|
} |