Commit a0825a7f by Tom Wood

(maybe_objc_comptypes): Undo the previous change and make the undecided return...

(maybe_objc_comptypes): Undo the previous
	change and make the undecided return value from 2 to -1 to avoid
	confusion with the values used by comptypes.

From-SVN: r4191
parent 237de4b2
...@@ -85,7 +85,7 @@ maybe_objc_comptypes (lhs, rhs, reflexive) ...@@ -85,7 +85,7 @@ maybe_objc_comptypes (lhs, rhs, reflexive)
tree lhs, rhs; tree lhs, rhs;
int reflexive; int reflexive;
{ {
return 0; return -1;
} }
tree tree
......
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