mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-12 21:35:50 +00:00
tpm2: Surround parameters in define with ()
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
0569a67bc5
commit
da68840e17
@ -305,7 +305,7 @@
|
||||
#endif
|
||||
/* These macros are used to handle the variation in handling of bit fields. If */
|
||||
#if USE_BIT_FIELD_STRUCTURES // The default, old version, with bit fields
|
||||
# define IS_ATTRIBUTE(a, type, b) (a.b != 0)
|
||||
# define IS_ATTRIBUTE(a, type, b) ((a.b) != 0)
|
||||
# define SET_ATTRIBUTE(a, type, b) (a.b = SET)
|
||||
# define CLEAR_ATTRIBUTE(a, type, b) (a.b = CLEAR)
|
||||
# define GET_ATTRIBUTE(a, type, b) (a.b)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user