Ignore:
File:
1 edited

Legend:

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

    rc8752175 raa492fe  
    3838#ifndef NVERIFY_PRINTF
    3939
    40 #ifdef __clang__
    41 #define PRINTF_ATTRIBUTE(start, end) \
    42         __attribute__((format(__printf__, start, end)))
    43 #else
    4440#define PRINTF_ATTRIBUTE(start, end) \
    4541        __attribute__((format(gnu_printf, start, end)))
    46 #endif
    4742
    4843#else /* NVERIFY_PRINTF */
Note: See TracChangeset for help on using the changeset viewer.