| 788 | // |
| 789 | |
| 790 | static void gen_at_end(const act* action) |
| 791 | { |
| 792 | SCHAR s[MAX_REF_SIZE]; |
| 793 | |
| 794 | const gpre_req* request = action->act_request; |
| 795 | printa(COLUMN, "IF (%s .EQ. 0) THEN", gen_name(s, request->req_eof, true)); |
| 796 | fprintf(gpreGlob.out_file, COLUMN); |
| 797 | } |
| 798 | |
| 799 | |
| 800 | //____________________________________________________________ |
no test coverage detected