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