| 1918 | } |
| 1919 | |
| 1920 | static void steal_sub_tokens(const tal_t *ctx, struct token *token) |
| 1921 | { |
| 1922 | tal_steal(token, token->left); |
| 1923 | tal_steal(token, token->middle); |
| 1924 | tal_steal(token, token->right); |
| 1925 | } |
| 1926 | |
| 1927 | static struct splice_script_error *expand_multichans(const tal_t *ctx, |
| 1928 | struct token ***tokens_inout) |