Commit e0a9b507 by Richard Kenner

*** empty log message ***

From-SVN: r1518
parent 02bea8a8
...@@ -1562,7 +1562,7 @@ tree_cons (purpose, value, chain) ...@@ -1562,7 +1562,7 @@ tree_cons (purpose, value, chain)
#endif #endif
for (i = (sizeof (struct tree_common) / sizeof (int)) - 1; i >= 0; i--) for (i = (sizeof (struct tree_common) / sizeof (int)) - 1; i >= 0; i--)
((int *) t)[i] = 0; ((int *) node)[i] = 0;
TREE_SET_CODE (node, TREE_LIST); TREE_SET_CODE (node, TREE_LIST);
if (current_obstack == &permanent_obstack) if (current_obstack == &permanent_obstack)
......
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