diff options
| author | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-04-22 11:48:17 +0000 |
|---|---|---|
| committer | wood <wood@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-04-22 11:48:17 +0000 |
| commit | dec2f9750b1aa9f0e793c93ca061feb6d06c9c89 (patch) | |
| tree | c62fa84e18475fd9f2c9ca309957f2ca2cdae118 /gcc/c-lang.c | |
| parent | 8759db03ef37cae809e1ce4ef345ca0f0df807cc (diff) | |
| download | ppe42-gcc-dec2f9750b1aa9f0e793c93ca061feb6d06c9c89.tar.gz ppe42-gcc-dec2f9750b1aa9f0e793c93ca061feb6d06c9c89.zip | |
(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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4191 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lang.c')
| -rw-r--r-- | gcc/c-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index eb49f9f8018..8b46b3c10cb 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 0; + return -1; } tree |

