diff options
author | Richard Stallman <rms@gnu.org> | 1993-09-15 21:39:20 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-09-15 21:39:20 +0000 |
commit | 8e1404b384f324c67332950787a72ff08a64854d (patch) | |
tree | d57976162433b4d6a23f8f332f62917cb42ec8fd /gcc | |
parent | e543f7513a80b7b59155552e54d6c1efddd3acf3 (diff) | |
download | gcc-8e1404b384f324c67332950787a72ff08a64854d.zip gcc-8e1404b384f324c67332950787a72ff08a64854d.tar.gz gcc-8e1404b384f324c67332950787a72ff08a64854d.tar.bz2 |
Delete the conditional that used to semi-avoid interference with sys/stdtypes.h on Sun.
Delete the conditional that used to semi-avoid
interference with sys/stdtypes.h on Sun. (fixincludes makes it ok.)
From-SVN: r5332
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ginclude/stddef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 5814037..0de9ee2 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -13,10 +13,6 @@ #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) |