[Webkit-unassigned] [Bug 15079] Fails to build on arm (debian)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 06:14:48 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15079





------- Comment #7 from ddkilzer at webkit.org  2007-08-26 06:14 PDT -------
(In reply to comment #3)
> (In reply to comment #2)
> > (From update of attachment 16121 [edit] [edit])
> > Thanks for the patch! A couple of comments.
> > 
> > +#if   defined(arm) \
> > +   || defined(__arm__)
> > 
> > You should just put these on the same line:
> > 
> > #if defined(arm) || defined(__arm__)
> 
> Well, I would have, if surrounding #if's weren't split over several lines. So
> please tell me which way you really prefer ;)

Since the rest of the file is formatted with split lines, I think it's fine to
leave it the way it is in the patch.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list