Initialize the node structure embedded in the ast_node

This commit is contained in:
Ian Romanick
2010-02-22 13:22:10 -08:00
parent a87ac255cf
commit 53d2774ee3
+1 -1
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