Browse Source

Initialize the node structure embedded in the ast_node

tags/mesa-7.9-rc1
Ian Romanick 16 years ago
parent
commit
53d2774ee3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      glsl_parser_extras.cc

+ 1
- 1
glsl_parser_extras.cc View File

@@ -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…
Cancel
Save