Zap __STDC__ references.
This commit is contained in:
parent
1c5b31ef69
commit
cf4eee44fd
6 changed files with 11 additions and 14 deletions
|
@ -36,7 +36,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if ! defined (__STDC__) && ! defined (offsetof)
|
||||
#if ! defined (__GNUC__) && ! defined (offsetof)
|
||||
#define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue