projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc5bef
)
(VERIFY_W_TYPEOF): Add parentheses.
author
Jim Meyering
<jim@meyering.net>
Fri, 10 Jun 2005 16:42:28 +0000
(16:42 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 10 Jun 2005 16:42:28 +0000
(16:42 +0000)
src/system.h
patch
|
blob
|
history
diff --git
a/src/system.h
b/src/system.h
index
51d5361
..
0ffc8a5
100644
(file)
--- 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