From: Paul Eggert Date: Tue, 5 Jul 2005 05:16:57 +0000 (+0000) Subject: (VERIFY_W_TYPEOF): Adjust to verify.h change. X-Git-Tag: CPPI-1_12~311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aeecb8f89f735e3892d2b5f07847216320472939;p=platform%2Fupstream%2Fcoreutils.git (VERIFY_W_TYPEOF): Adjust to verify.h change. --- diff --git a/src/system.h b/src/system.h index 85a5399..c513de3 100644 --- a/src/system.h +++ b/src/system.h @@ -811,7 +811,7 @@ ptr_align (void const *ptr, size_t alignment) TYPEOF_REQUIREMENT is nonzero at compile time. If the compiler does not support __typeof__, do nothing. */ #if HAVE_TYPEOF -# define VERIFY_W_TYPEOF(typeof_requirement) verify (typeof_requirement) +# define VERIFY_W_TYPEOF(typeof_requirement) verify_expr (typeof_requirement) #else # define VERIFY_W_TYPEOF(typeof_requirement) ((void) 0) #endif