This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: altivec: even more boring altivec.h patches
> This sucks, but....
>
> > --- config/rs6000/altivec.h 24 Apr 2002 10:54:32 -0000
> > *************** Boston, MA 02111-1307, USA. */
> > *** 44,50 ****
> > /* You are allowed to undef this for C++ compatability. */
> > #define vector __vector
> >
> > ! #define bool unsigned
> > #define pixel short
> > #define __pixel short
> >
> > --- 44,50 ----
> > /* You are allowed to undef this for C++ compatability. */
> > #define vector __vector
> >
> > ! #define bool signed
> > #define pixel short
> > #define __pixel short
>
> What is this about and why isn't it mentioned in the ChangeLog?
the bool patch was already there. it's been suggested i include
<stdbool.h>?? instead. i will do that in a subsequent patch. for now,
it's easier to define it to signed. alan had defined it to unsigned
but that was wrong.
aldy