| # | Line 870 | Line 870 | main(int argc, char *argv[]) | |
|---|---|---|
| 870 | fprintf(stderr, "%s: unsupported output format\n", argv[0]); | |
| 871 | return(1); | |
| 872 | } | |
| 873 | + | doptimize(1); /* optimize definitions */ |
| 874 | /* process & write rows */ | |
| 875 | return(combine_input(&mop[nmats], stdout) ? 0 : 1); | |
| 876 | stdin_error: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |