From 53d2774ee397fc35fc0458d994d39dd3f27a5eb1 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 22 Feb 2010 13:22:10 -0800 Subject: [PATCH] Initialize the node structure embedded in the ast_node --- glsl_parser_extras.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glsl_parser_extras.cc b/glsl_parser_extras.cc index 679b600fb3c..36a6ca8264b 100644 --- a/glsl_parser_extras.cc +++ b/glsl_parser_extras.cc @@ -108,7 +108,7 @@ ast_node::print(void) const ast_node::ast_node(void) { -// make_empty_list(& ast->node); + make_empty_list(this); } void -- 2.30.2