This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: trunk won't build
- From: mike stump <mrs at windriver dot com>
- To: gcc at gcc dot gnu dot org, robertl at caldera dot com
- Date: Fri, 21 Dec 2001 10:47:49 -0800 (PST)
- Subject: Re: trunk won't build
> Date: Fri, 21 Dec 2001 11:04:37 -0600
> From: Robert Lipe <robertl@caldera.com>
> To: gcc@gcc.gnu.org
> Would the #undef be preferred over renaming it everywhere? I just stuck
> an '#undef PREFETCH' in system.h after the include of sys/param.h and that
> got me into stage2.
Yes, please. Just #undef it, do this as high as you can (system.h
sounds like the right place).