summaryrefslogtreecommitdiffstats
path: root/glsl_parser_extras.cc
diff options
context:
space:
mode:
Diffstat (limited to 'glsl_parser_extras.cc')
-rw-r--r--glsl_parser_extras.cc2
1 files changed, 1 insertions, 1 deletions
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