mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Initialize the node structure embedded in the ast_node
This commit is contained in:
parent
a87ac255cf
commit
53d2774ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ ast_node::print(void) const
|
|||
|
||||
ast_node::ast_node(void)
|
||||
{
|
||||
// make_empty_list(& ast->node);
|
||||
make_empty_list(this);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue