Commit 8328559d by Richard Stallman

Do nothing if _ANSI_STDDEF_H already defined.

From-SVN: r2497
parent f5a2fb25
#ifndef _STDDEF_H
#ifndef _STDDEF_H_
#ifndef _ANSI_STDDEF_H
/* Any one of these symbols __need_* means that GNU libc
wants us just to define one data type. So don't define
......@@ -163,5 +164,7 @@ typedef __WCHAR_TYPE__ wchar_t;
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
#endif /* _STDDEF_H was defined this time */
#endif /* _ANSI_STDDEF_H was not defined before */
#endif /* _STDDEF_H_ was not defined before */
#endif /* _STDDEF_H was not defined before */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment