commit | 53d2774ee397fc35fc0458d994d39dd3f27a5eb1 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Feb 22 13:22:10 2010 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Mon Feb 22 13:22:10 2010 -0800 |
tree | bec173c04a95feab38ac7df41674e69e2266b840 | |
parent | a87ac255cf7ef0672b4de865d82e6a40c93b57d8 [diff] [blame] |
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