Commit 3a87a9f5 by Jeffrey A Law Committed by Jeff Law

i * call.c (source_type): #if 0 out.

From-SVN: r18895
parent 234042f4
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com) 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 * class.c (alter_access): Remove unused label. Add braces
around empty else clause. around empty else clause.
......
...@@ -3887,6 +3887,7 @@ compare_ics (ics1, ics2) ...@@ -3887,6 +3887,7 @@ compare_ics (ics1, ics2)
return 0; return 0;
} }
#if 0
/* The source type for this standard conversion sequence. */ /* The source type for this standard conversion sequence. */
static tree static tree
...@@ -3902,6 +3903,7 @@ source_type (t) ...@@ -3902,6 +3903,7 @@ source_type (t)
} }
my_friendly_abort (1823); my_friendly_abort (1823);
} }
#endif
/* Compare two candidates for overloading as described in /* Compare two candidates for overloading as described in
[over.match.best]. Return values: [over.match.best]. Return values:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment