imagehandlinglib/Src/IHLDebugPrint.h
branchRCL_3
changeset 58 9e8b0cc88842
parent 38 2b4b06654caa
equal deleted inserted replaced
50:60bb012f1157 58:9e8b0cc88842
    57     struct TIHLEmptyDebugString { }; // CSI: 80 #
    57     struct TIHLEmptyDebugString { }; // CSI: 80 #
    58 
    58 
    59     /**
    59     /**
    60      * Macro for defining debug-only literal strings (empty release version)
    60      * Macro for defining debug-only literal strings (empty release version)
    61      */
    61      */
    62     #define IHL_DEBUG_STRING(name, s) const TIHLEmptyDebugString name = {}
    62     #define IHL_DEBUG_STRING(name, s) const TIHLEmptyDebugString name
    63 
    63 
    64     /**
    64     /**
    65      * Output to debugger output (empty)
    65      * Output to debugger output (empty)
    66      */
    66      */
    67     #define IHL_DEBUG_PRINT IHL_EmptyPrint
    67     #define IHL_DEBUG_PRINT IHL_EmptyPrint