Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/generic/include/printf.h

    raa492fe rd16fc78  
    3535#include <typedefs.h>
    3636#include <stdarg.h>
    37 #include <printf_verify.h>
     37
     38#ifndef NVERIFY_PRINTF
     39
     40#define PRINTF_ATTRIBUTE(start, end) \
     41        __attribute__((format(gnu_printf, start, end)))
     42
     43#else /* NVERIFY_PRINTF */
     44
     45#define PRINTF_ATTRIBUTE(start, end)
     46
     47#endif /* NVERIFY_PRINTF */
    3848
    3949#define EOF  (-1)
Note: See TracChangeset for help on using the changeset viewer.