Index: generic/nsfInt.h =================================================================== diff -u -rdb831678bc92ce4e39bf4ff303f32491a3c4f9d9 -rc24b68646f2b5bc897704b212a10fdd35fa5c33a --- generic/nsfInt.h (.../nsfInt.h) (revision db831678bc92ce4e39bf4ff303f32491a3c4f9d9) +++ generic/nsfInt.h (.../nsfInt.h) (revision c24b68646f2b5bc897704b212a10fdd35fa5c33a) @@ -80,7 +80,6 @@ # define nonnull(ARGS) __attribute__((__nonnull__(ARGS))) #else # define nonnull(ARGS) -# define returns_nonnull #endif #if __GNUC_PREREQ(4, 9)