[Libreoffice] .: sal/inc sal/osl

Michael Meeks michael.meeks at suse.com
Fri Jan 20 09:34:51 PST 2012


On Fri, 2012-01-20 at 17:06 +0100, Michael Stahl wrote:
> > +#if defined(__GNUC__) && (__GNUC__ < 3)
> > +    struct ::stat a_stat, b_stat;
> > +#else
> > +    struct stat a_stat, b_stat;
> > +#endif
> 
> do we really need to have ifdefs for GCC 2 in LO?

	Probably not :-) I just re-used what was there already to avoid causing
even more novel problems :-)

	I suspect we can rid ourselves of gcc2 everywhere (as an easy hack ?)
but I'd prefer to have Petr check whatever ultra-old systems we build
for ;-)

	Thanks,

		Michael.

-- 
michael.meeks at suse.com  <><, Pseudo Engineer, itinerant idiot



More information about the LibreOffice mailing list