| 3500 | // |
| 3501 | |
| 3502 | static void gen_segment( const act* action) |
| 3503 | { |
| 3504 | const blb* blob = (blb*) action->act_object; |
| 3505 | |
| 3506 | fprintf(gpreGlob.out_file, "%s%d", |
| 3507 | names[isc_a_pos], |
| 3508 | (action->act_type == ACT_segment) ? blob->blb_buff_ident : |
| 3509 | (action->act_type == ACT_segment_length) ? blob->blb_len_ident : blob->blb_ident); |
| 3510 | } |
| 3511 | |
| 3512 | |
| 3513 | //____________________________________________________________ |