Initialize the node structure embedded in the ast_node
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 22 Feb 2010 21:22:10 +0000 (13:22 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 22 Feb 2010 21:22:10 +0000 (13:22 -0800)
glsl_parser_extras.cc

index 679b600..36a6ca8 100644 (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