Changeset 7afd12e5 in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2018-08-04T14:23:17Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ab7075f
Parents:
c8c418cf
Message:

unify format verification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/verify.h

    rc8c418cf r7afd12e5  
    3636#define LIBC_IO_VERIFY_H_
    3737
    38 #ifndef _HELENOS_NVERIFY_PRINTF
    39 
    4038#ifdef __clang__
    4139#define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
     
    4644#endif
    4745
    48 #else /* _HELENOS_NVERIFY_PRINTF */
    49 
    50 #define _HELENOS_PRINTF_ATTRIBUTE(start, end)
    51 
    52 #endif /* _HELENOS_NVERIFY_PRINTF */
    53 
    5446#endif
    5547
Note: See TracChangeset for help on using the changeset viewer.