| 354 | } |
| 355 | |
| 356 | static void function_set_actions( JAM_FUNCTION * function, FRAME * frame, |
| 357 | STACK * s, int32_t idx ) |
| 358 | { |
| 359 | SUBACTION * sub = function->actions + idx; |
| 360 | LIST * bindlist = stack_pop( s ); |
| 361 | new_rule_actions( frame->module, sub->name, sub->command, bindlist, |
| 362 | sub->flags ); |
| 363 | } |
| 364 | |
| 365 | |
| 366 | /* |
no test coverage detected