This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Fix Solaris 8 Ada bootstrap failure
Zack Weinberg writes:
> Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
>
> > * tracebak.c (MAX): Avoid redefinition warning.
>
> If tracebak.c includes system.h, shouldn't it just rely on that
> definition?
this would work for the use in gnat1 etc., but not for the runtime lib
(where IN_RTS is defined and tsystem.h is included instead of system.h).
Rainer