(maybe_objc_comptypes): Undo the previous change and make the undecided return...
authorTom Wood <wood@gnu.org>
Thu, 22 Apr 1993 11:48:17 +0000 (11:48 +0000)
committerTom Wood <wood@gnu.org>
Thu, 22 Apr 1993 11:48:17 +0000 (11:48 +0000)
(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

gcc/c-lang.c

index eb49f9f80183035a00ecdffcf3a0a17793b3c18e..8b46b3c10cb5e4aa203a06302099808e6228c4fe 100644 (file)
@@ -85,7 +85,7 @@ maybe_objc_comptypes (lhs, rhs, reflexive)
      tree lhs, rhs;
      int reflexive;
 {
-  return 0;
+  return -1;
 }
 
 tree