# | Line 213 | Line 213 | main(int argc, char *argv[]) | |
---|---|---|
213 | /* initialize calcomp routines early */ | |
214 | initfunc(); | |
215 | calcontext(RCCONTEXT); | |
216 | – | esupport &= ~E_REDEFW; /* temporary */ |
216 | /* option city */ | |
217 | for (i = 1; i < argc; i++) { | |
218 | /* expand arguments */ | |
# | Line 333 | Line 332 | main(int argc, char *argv[]) | |
332 | } | |
333 | if (nmods <= 0) | |
334 | error(USER, "missing required modifier argument"); | |
336 | – | esupport |= E_REDEFW; |
335 | /* override some option settings */ | |
336 | override_options(); | |
337 | /* set/check spectral sampling */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |