| 626 | // |
| 627 | |
| 628 | static void gen_variable( const act* action, int column) |
| 629 | { |
| 630 | char s[MAX_REF_SIZE]; |
| 631 | |
| 632 | align(column); |
| 633 | fprintf(gpreGlob.out_file, "%s", gen_name(s, action->act_object)); |
| 634 | |
| 635 | } |
| 636 | |
| 637 | |
| 638 | //____________________________________________________________ |
no test coverage detected