| 16 |
|
#define BKBSIZE 256 /* beam clump size (kilobytes) */ |
| 17 |
|
#endif |
| 18 |
|
|
| 19 |
< |
int checkdepth = 1; /* check depth (!-f option)? */ |
| 20 |
< |
int checkrepeats = 0; /* check for repeats (-c option)? */ |
| 19 |
> |
int checkdepth = 1; /* check depth (!-d option)? */ |
| 20 |
> |
int checkrepeats = 0; /* check for repeats (-u option)? */ |
| 21 |
|
int frompicz; /* input from pictures & depth-buffers? */ |
| 22 |
|
int noutsects; /* number of output sections */ |
| 23 |
|
char obstr, unobstr; /* flag pointer values */ |
| 236 |
|
} |
| 237 |
|
hdfreebeam(hp, bq[i]); /* free the beam */ |
| 238 |
|
} |
| 239 |
– |
hdflush(NULL); /* write & free clump */ |
| 239 |
|
return(0); |
| 240 |
|
} |
| 241 |
|
|
| 252 |
|
hddone(hdlist[noutsects]); /* free the section */ |
| 253 |
|
} |
| 254 |
|
close(fd); /* close input file */ |
| 255 |
+ |
hdflush(NULL); /* flush output */ |
| 256 |
|
} |
| 257 |
|
|
| 258 |
|
|