This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
Initialize the node structure embedded in the ast_node
tags/mesa-7.9-rc1
Ian Romanick
16 years ago
parent
a87ac255cf
commit
53d2774ee3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
glsl_parser_extras.cc
+ 1
- 1
glsl_parser_extras.cc
View File
@@ -108,7 +108,7 @@ ast_node::print(void) const
ast_node::ast_node(void)
{
// make_empty_list(& ast->node
);
make_empty_list(this
);
}
void
Write
Preview
Loading…
Cancel
Save