Ignore:
Timestamp:
May 1, 2020, 1:10:58 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6136ecc
Parents:
93f7c001
Message:

Added second io printing group with less verbose prints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/debug.hfa

    r93f7c001 r0a805f2  
    107107#       define __CFADBG_PRINT_GROUP_io(...) ((void)0)
    108108#endif
     109#if defined(__CFA_DEBUG_PRINT__) || defined(__CFA_DEBUG_PRINT_IO__) || defined(__CFA_DEBUG_PRINT_IO_CORE__)
     110#       define __CFADBG_PRINT_GROUP_io_core(...) __VA_ARGS__
     111#else
     112#       define __CFADBG_PRINT_GROUP_io_core(...) ((void)0)
     113#endif
    109114#if defined(__CFA_DEBUG_PRINT__) || defined(__CFA_DEBUG_PRINT_MONITOR__)
    110115#       define __CFADBG_PRINT_GROUP_monitor(...) __VA_ARGS__
Note: See TracChangeset for help on using the changeset viewer.