From 4fb378005930341947044407f052d7ce7737652b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Jun 2005 16:42:28 +0000 Subject: [PATCH] (VERIFY_W_TYPEOF): Add parentheses. --- src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.h b/src/system.h index 51d5361..0ffc8a5 100644 --- a/src/system.h +++ b/src/system.h @@ -825,7 +825,7 @@ ptr_align (void const *ptr, size_t alignment) #if HAVE_TYPEOF # define VERIFY_W_TYPEOF(assertion) VERIFY_EXPR (assertion) #else -# define VERIFY_W_TYPEOF(assertion) (void) 0 +# define VERIFY_W_TYPEOF(assertion) ((void) 0) #endif /* If 10*Accum+Digit_val is larger than Type_max, then don't update Accum -- 2.7.4