| 626 | // |
| 627 | |
| 628 | static void gen_at_end( const act* action, int column) |
| 629 | { |
| 630 | SCHAR s[MAX_REF_SIZE]; |
| 631 | |
| 632 | const gpre_req* request = action->act_request; |
| 633 | printa(column, "if %s = 0 then", gen_name(s, request->req_eof, true)); |
| 634 | } |
| 635 | |
| 636 | |
| 637 | //____________________________________________________________ |
no test coverage detected