Deleted Added
full compact
stddef.h (18335) stddef.h (18341)
1#ifndef _STDDEF_H
2#ifndef _STDDEF_H_
3#ifndef _ANSI_STDDEF_H
4#ifndef __STDDEF_H__
5
6/* Any one of these symbols __need_* means that GNU libc
7 wants us just to define one data type. So don't define
8 the symbols that indicate this file's entire job has been done. */

--- 243 unchanged lines hidden (view full) ---

252#endif
253#endif
254#endif
255#undef __need_wchar_t
256#endif /* _STDDEF_H or __need_wchar_t. */
257
258/* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
259 are already defined. */
1#ifndef _STDDEF_H
2#ifndef _STDDEF_H_
3#ifndef _ANSI_STDDEF_H
4#ifndef __STDDEF_H__
5
6/* Any one of these symbols __need_* means that GNU libc
7 wants us just to define one data type. So don't define
8 the symbols that indicate this file's entire job has been done. */

--- 243 unchanged lines hidden (view full) ---

252#endif
253#endif
254#endif
255#undef __need_wchar_t
256#endif /* _STDDEF_H or __need_wchar_t. */
257
258/* In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
259 are already defined. */
260#ifdef _ANSI_H_
260#if defined(_ANSI_H_) || defined(_MACHINE_ANSI_H_)
261/* The references to _GCC_PTRDIFF_T_, _GCC_SIZE_T_, and _GCC_WCHAR_T_
262 are probably typos and should be removed before 2.8 is released. */
263#ifdef _GCC_PTRDIFF_T_
264#undef _PTRDIFF_T_
265#undef _BSD_PTRDIFF_T_
266#endif
267#ifdef _GCC_SIZE_T_
268#undef _SIZE_T_

--- 11 unchanged lines hidden (view full) ---

280#ifdef _GCC_SIZE_T
281#undef _SIZE_T_
282#undef _BSD_SIZE_T_
283#endif
284#ifdef _GCC_WCHAR_T
285#undef _WCHAR_T_
286#undef _BSD_WCHAR_T_
287#endif
261/* The references to _GCC_PTRDIFF_T_, _GCC_SIZE_T_, and _GCC_WCHAR_T_
262 are probably typos and should be removed before 2.8 is released. */
263#ifdef _GCC_PTRDIFF_T_
264#undef _PTRDIFF_T_
265#undef _BSD_PTRDIFF_T_
266#endif
267#ifdef _GCC_SIZE_T_
268#undef _SIZE_T_

--- 11 unchanged lines hidden (view full) ---

280#ifdef _GCC_SIZE_T
281#undef _SIZE_T_
282#undef _BSD_SIZE_T_
283#endif
284#ifdef _GCC_WCHAR_T
285#undef _WCHAR_T_
286#undef _BSD_WCHAR_T_
287#endif
288#endif /* _ANSI_H_ */
288#endif /* defined(_ANSI_H_) || defined(_MACHINE_ANSI_H_) */
289
290#endif /* __sys_stdtypes_h */
291
292/* A null pointer constant. */
293
294#if defined (_STDDEF_H) || defined (__need_NULL)
295#undef NULL /* in case <stdio.h> has defined it. */
296#define NULL ((void *)0)

--- 15 unchanged lines hidden ---
289
290#endif /* __sys_stdtypes_h */
291
292/* A null pointer constant. */
293
294#if defined (_STDDEF_H) || defined (__need_NULL)
295#undef NULL /* in case <stdio.h> has defined it. */
296#define NULL ((void *)0)

--- 15 unchanged lines hidden ---