chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sys/fdpass.c: Fix expected size of descriptor message.
[mLib]
/
utils
/
macros.h
diff --git
a/utils/macros.h
b/utils/macros.h
index bcceecd05c9c6a7fa6ce29ce519d998b4ba5bea5..8f9f49e8d0ef4a51c5f2cf778a717076ee3fed1d 100644
(file)
--- a/
utils/macros.h
+++ b/
utils/macros.h
@@
-40,7
+40,7
@@
/*----- Miscellaneous utility macros --------------------------------------*/
/*----- Miscellaneous utility macros --------------------------------------*/
-#define N(v) (sizeof(v)/sizeof(*
v
))
+#define N(v) (sizeof(v)/sizeof(*
(v)
))
#define MLIB__STR(x) #x
#define STR(x) MLIB__STR(x)
#define MLIB__STR(x) #x
#define STR(x) MLIB__STR(x)