| # | Line 137 | Line 137 | addmodifier(char *modn, char *outf, char *binv, int bi | |
|---|---|---|
| 137 | } | |
| 138 | ||
| 139 | ||
| 140 | < | /* add modifiers from a file list */ |
| 140 | > | /* Add modifiers from a file list */ |
| 141 | void | |
| 142 | addmodfile(char *fname, char *outf, char *binv, int bincnt) | |
| 143 | { | |
| # | Line 159 | Line 159 | quit( /* quit program */ | |
| 159 | ) | |
| 160 | { | |
| 161 | if (nchild > 0) /* close children if any */ | |
| 162 | < | end_children(); |
| 162 | > | end_children(code != 0); |
| 163 | exit(code); | |
| 164 | } | |
| 165 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |