summaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1993-04-14 17:32:18 +0000
committerTom Wood <wood@gnu.org>1993-04-14 17:32:18 +0000
commit81e4c08f9f7b6e89d55328c099a86dcbf7c4243e (patch)
tree38fb52a154a904b406168ee161dba7cc0ccc1ce0 /gcc/c-lang.c
parent08632da2b6394e5859f709021c96f9492bda5017 (diff)
downloadgcc-81e4c08f9f7b6e89d55328c099a86dcbf7c4243e.tar.gz
(maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough) as the default.
(maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough) as the default. This was an inadvertent change in the Objective-C merge. From-SVN: r4153
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r--gcc/c-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index a6c9bcdd4a2..eb49f9f8018 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -85,7 +85,7 @@ maybe_objc_comptypes (lhs, rhs, reflexive)
tree lhs, rhs;
int reflexive;
{
- return 2;
+ return 0;
}
tree