> On Wed, Jul 23, 2008 at 08:47:16PM +0200, Fran?ois Revol wrote: > > Here is my current diff. > > It's mostly moving back variable decl before statements as gcc2 > > wasn't > > c99, and BeOS can't use gcc4 without great hackery, and g++ crashes > > miserably on the C code. > > The css font size is due to g++ not liking it inlined in the union. > > Still needs cleanup though, like strtod stuff. > > > > Haiku should soon be usable so we can move to it, and it can use > > gcc4, > > but I'd like to at least have some revisions that build under BeOS > > without patch before moving along. > > I have no objections to this being checked in. Seems like a gain for > very little effort. > > The only problem is that you'll probably have to do it again in > future > because > I'm so used to declaring variables anywhere :)
Ok, I'll commit the simple ones and cleanup the rest first. François.
