OSDN Git Service

Delete the conditional that used to semi-avoid
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 1993 21:39:20 +0000 (21:39 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 1993 21:39:20 +0000 (21:39 +0000)
interference with sys/stdtypes.h on Sun.  (fixincludes makes it ok.)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5332 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ginclude/stddef.h

index 5814037..0de9ee2 100644 (file)
 #define _ANSI_STDDEF_H
 #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
    one less case to deal with in the following.  */
 #if defined (__BSD_NET2__) || defined (____386BSD____)
@@ -200,8 +196,6 @@ typedef __WCHAR_TYPE__ wchar_t;
 #endif
 #endif /* _ANSI_H_ */
 
-#endif /* __sys_stdtypes_h */
-
 /* A null pointer constant.  */
 
 #if defined (_STDDEF_H) || defined (__need_NULL)