Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler.h: Remove extra parentheses in call to memberof()
When switching to `-nostdinc -nostdlib` we are going to start using local defintions of those macros that we apparently did not use before. I found a bug in the implementation of `offsetof` that leads to a compile time error and is fixed by removing the parentheses around the type parameter. Signed-off-by: Bjoern Doebel <[email protected]>
- Loading branch information