| 333 | } |
| 334 | |
| 335 | static void function_set_actions( JAM_FUNCTION * function, FRAME * frame, |
| 336 | STACK * s, int idx ) |
| 337 | { |
| 338 | SUBACTION * sub = function->actions + idx; |
| 339 | LIST * bindlist = stack_pop( s ); |
| 340 | new_rule_actions( frame->module, sub->name, sub->command, bindlist, |
| 341 | sub->flags ); |
| 342 | } |
| 343 | |
| 344 | |
| 345 | /* |
no test coverage detected