Ignore:
Timestamp:
Sep 1, 2011, 3:34:05 PM (14 years ago)
Author:
Markus Thielen
Message:

renamed 'cvprintf' to 'ciprintf' to avoid confusion with vprintf-like funcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.h

    r122 r123  
    105105#define dddphex   if (debug > 2) phex
    106106
    107 /* verbosity console print macros */
    108 #define cvprintf  if (verbosity > 0) cprintf
    109 #define cvvprintf if (verbosity > 1) cprintf
     107/* verbosity console print macros
     108 * (we use 'i' in ciprintf here to avoid name clash
     109 * with vprintf-like funcs)
     110 */
     111#define ciprintf  if (verbosity > 0) cprintf
     112#define ciiprintf if (verbosity > 1) cprintf
    110113
    111114/* TRACE macros (for our internal ring buffer trace) */
Note: See TracChangeset for help on using the changeset viewer.