| 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 |
|
{ |
| 159 |
|
) |
| 160 |
|
{ |
| 161 |
|
if (nchild > 0) /* close children if any */ |
| 162 |
< |
end_children(); |
| 162 |
> |
end_children(code != 0); |
| 163 |
|
exit(code); |
| 164 |
|
} |
| 165 |
|
|
| 344 |
|
account = 1; /* output accumulated totals */ |
| 345 |
|
done_contrib(); |
| 346 |
|
} |
| 347 |
+ |
lu_done(&ofiletab); /* close output files */ |
| 348 |
|
if (raysleft) |
| 349 |
|
error(USER, "unexpected EOF on input"); |
| 349 |
– |
lu_done(&ofiletab); /* close output files */ |
| 350 |
|
} |