Commit acb619d9 by Jason Merrill

oops

From-SVN: r21888
parent 84f1ebff
...@@ -1565,7 +1565,7 @@ search_tree (t, func) ...@@ -1565,7 +1565,7 @@ search_tree (t, func)
tree t; tree t;
tree (*func) PROTO((tree)); tree (*func) PROTO((tree));
{ {
#define TRY(ARG) if (tmp = walk_tree (ARG, func), tmp != NULL_TREE) return tmp #define TRY(ARG) if (tmp=search_tree (ARG, func), tmp != NULL_TREE) return tmp
tree tmp; tree tmp;
......
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