(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
This commit is contained in:
Tom Wood 1993-04-22 11:48:17 +00:00
parent 237de4b2ff
commit a0825a7f0c

View File

@ -85,7 +85,7 @@ maybe_objc_comptypes (lhs, rhs, reflexive)
tree lhs, rhs;
int reflexive;
{
return 0;
return -1;
}
tree