VirtualBox

Changeset 8964 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 20, 2008 3:12:08 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31035
Message:

Overlooked two macros in the #else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette