j
k
j a
j l
Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/hlsl.y:
| statement_list statement { $$ = $1; list_move_tail($$, $2); hlsl_block_add_block($$, $2); vkd3d_free($2);
| statement_list statement { $$ = $1;
list_move_tail($$, $2);
hlsl_block_add_block($$, $2); vkd3d_free($2);
`destroy_block()` here too.
Back to the thread
Back to the list