On Tue, Sep 22, 2009 at 08:57:19AM -0300, Gustavo Noronha Silva wrote:
> On Tue, 2009-09-22 at 11:18 +0200, Mike Hommey wrote:
> > >  #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && 
> > > !defined(WTF_USE_JSVALUE32_64)
> > > -#if PLATFORM(X86_64) && (PLATFORM(MAC) || PLATFORM(LINUX))
> > > +#if (PLATFORM(X86_64) && (PLATFORM(MAC) || PLATFORM(LINUX))) || 
> > > PLATFORM(IA64)
> > >  #define WTF_USE_JSVALUE64 1
> > >  #elif PLATFORM(ARM) || PLATFORM(PPC64)
> > >  #define WTF_USE_JSVALUE32 1
> 
> It looks sane to me. It assumes any ia64 will need it, regardless of the
> OS it's running, but I believe that doesn't matter much for ia64 =P

Yeah, I figured that didn't matter. :-) From what I remember, HP-UX
would want the same thing.

-- 
Colin Watson                                       [cjwat...@ubuntu.com]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to