Commit 47d7090e by Mark Mitchell

* ir.texi: New file.

From-SVN: r29508
parent da9da134
1999-09-19 Mark Mitchell <mark@codesourcery.com>
* ir.texi: New file.
1999-09-19 Paul Burchard <burchard@pobox.com>
* semantics.c (expand_stmt): Initialize return value.
1999-09-18 Paul Burchard <burchard@pobox.com>
* gxxint.texi: G++ now implements namespaces.
......
This diff is collapsed. Click to expand it.
......@@ -2194,7 +2194,7 @@ tree
expand_stmt (t)
tree t;
{
tree rval;
tree rval = NULL_TREE;
while (t && t != error_mark_node)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment