mirror of
https://github.com/zeldaret/ph
synced 2026-05-26 23:47:18 -04:00
Parentheses around offsetof
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
typedef unsigned int size_t;
|
||||
|
||||
#define offsetof(type, member) (size_t) &((type *) NULL)->member
|
||||
#define offsetof(type, member) ((size_t) &((type *) NULL)->member)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user