summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-10 16:42:28 +0000
committerJim Meyering <jim@meyering.net>2005-06-10 16:42:28 +0000
commit4fb378005930341947044407f052d7ce7737652b (patch)
tree0b80e73a3ece2efdfd858d74060c1486b0d8cd2b /src/system.h
parent5dc5bef865f2515406292dbd02d4914e1df96b51 (diff)
downloadcoreutils-4fb378005930341947044407f052d7ce7737652b.tar.xz
(VERIFY_W_TYPEOF): Add parentheses.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 51d5361e9..0ffc8a589 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