[Libreoffice] [PATCH] [MAC/WINDOWS] Simplified #define OSL_FILE_TRACE

Norbert Thiebaud nthiebaud at gmail.com
Sun Jun 5 10:41:33 PDT 2011


On Sun, Jun 5, 2011 at 10:49 AM, Joop Kiefte <ikojba at gmail.com> wrote:
> But are the implementations compatible?

Variable-argument macros were introduced in the ISO/IEC 9899:1999
(C99) revision of the C programming language standard in 1999.
Surely gcc is C99 compliant (and Mac use gcc 4.0.1)

and  Visual Studio 2005, while not C99 compliant, has added variadic
macro support, one would hope that that support, added _after_ the
standard was published is standard compliant.
http://msdn.microsoft.com/en-us/library/ms177415%28v=vs.80%29.aspx


Norbert


More information about the LibreOffice mailing list