Initialize the node structure embedded in the ast_node
diff --git a/glsl_parser_extras.cc b/glsl_parser_extras.cc
index 679b600..36a6ca8 100644
--- a/glsl_parser_extras.cc
+++ b/glsl_parser_extras.cc
@@ -108,7 +108,7 @@
 
 ast_node::ast_node(void)
 {
-//   make_empty_list(& ast->node);
+   make_empty_list(this);
 }
 
 void