diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-03-29 12:28:21 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-29 05:28:21 -0700 |
commit | 3a87a9f5887e4a41a34271a1efea0baf416b4f8b (patch) | |
tree | 9e2475d21341dddcaf29ce02d56a42a38db0a770 /gcc | |
parent | 234042f47128fa9b509b6046e05dba59ca95c1ce (diff) | |
download | gcc-3a87a9f5887e4a41a34271a1efea0baf416b4f8b.zip gcc-3a87a9f5887e4a41a34271a1efea0baf416b4f8b.tar.gz gcc-3a87a9f5887e4a41a34271a1efea0baf416b4f8b.tar.bz2 |
i * call.c (source_type): #if 0 out.
From-SVN: r18895
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/cp/call.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a6ee661..af19872 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com) + * call.c (source_type): #if 0 out. + * class.c (alter_access): Remove unused label. Add braces around empty else clause. diff --git a/gcc/cp/call.c b/gcc/cp/call.c index d9b0d41..6e56995 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -3887,6 +3887,7 @@ compare_ics (ics1, ics2) return 0; } +#if 0 /* The source type for this standard conversion sequence. */ static tree @@ -3902,6 +3903,7 @@ source_type (t) } my_friendly_abort (1823); } +#endif /* Compare two candidates for overloading as described in [over.match.best]. Return values: |