projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87ac25
)
Initialize the node structure embedded in the ast_node
author
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 22 Feb 2010 21:22:10 +0000
(13:22 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 22 Feb 2010 21:22:10 +0000
(13:22 -0800)
glsl_parser_extras.cc
patch
|
blob
|
history
diff --git
a/glsl_parser_extras.cc
b/glsl_parser_extras.cc
index
679b600
..
36a6ca8
100644
(file)
--- 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