Commit da38c875 by Doug Evans

gstddef.h: Back out change of Sep 15 (handles Sun lossage).

Prevented bootstrapping.

From-SVN: r5372
parent 9cf8d548
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
#define _ANSI_STDDEF_H #define _ANSI_STDDEF_H
#endif #endif
#ifndef __sys_stdtypes_h
/* This avoids lossage on SunOS but only if stdtypes.h comes first.
There's no way to win with the other order! Sun lossage. */
/* On 4.3bsd-net2, make sure ansi.h is included, so we have /* On 4.3bsd-net2, make sure ansi.h is included, so we have
one less case to deal with in the following. */ one less case to deal with in the following. */
#if defined (__BSD_NET2__) || defined (____386BSD____) #if defined (__BSD_NET2__) || defined (____386BSD____)
...@@ -199,6 +203,8 @@ typedef __WCHAR_TYPE__ wchar_t; ...@@ -199,6 +203,8 @@ typedef __WCHAR_TYPE__ wchar_t;
#endif #endif
#endif /* _ANSI_H_ */ #endif /* _ANSI_H_ */
#endif /* __sys_stdtypes_h */
/* A null pointer constant. */ /* A null pointer constant. */
#if defined (_STDDEF_H) || defined (__need_NULL) #if defined (_STDDEF_H) || defined (__need_NULL)
......
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