-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc Egg #37
Misc Egg #37
Conversation
@@ -22,7 +22,7 @@ | |||
#define DONT_INLINE __attribute__((never_inline)) | |||
|
|||
// TODO - Fix MSL (stddef.h) | |||
#define offsetof(ST, M) ((size_t) & (((ST*)0)->M)) | |||
#define offsetof(ST, M) ((size_t) & (((ST *)0)->M)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this is merged we can try to use this macro in the various List users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gladly xD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
No description provided.