VirtualBox

Changeset 8964

Show
Ignore:
Timestamp:
05/20/08 17:12:08 (8 months ago)
Author:
vboxsync
Message:

Overlooked two macros in the #else.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/log.h

    r8962 r8964  
    458458# endif 
    459459#else 
    460 # define LogIt(pvInst, fFlags, iGroup, fmtargs)     do { } while (0) 
    461 # define LogItAlways(pvInst, fFlags, fmtargs)       do { } while (0) 
     460# define LogIt(pvInst, fFlags, iGroup, fmtargs)         do { } while (0) 
     461# define LogItAlways(pvInst, fFlags, iGroup, fmtargs)   do { } while (0) 
    462462# if defined(LOG_USE_C99) 
    463 #  define _LogRemoveParentheseis(...)               __VA_ARGS__ 
    464 #  define _LogIt(pvInst, fFlags, iGroup, ...)       do { } while (0) 
     463#  define _LogRemoveParentheseis(...)                   __VA_ARGS__ 
     464#  define _LogIt(pvInst, fFlags, iGroup, ...)           do { } while (0) 
     465#  define _LogItAlways(pvInst, fFlags, iGroup, ...)     do { } while (0) 
    465466# endif 
    466467#endif 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy