diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-12-28 18:38:10 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-12-28 18:38:10 +0000 |
commit | 476a57b9a0ca25c66b01b725a086581db209e2f8 (patch) | |
tree | 20cc9ecc113716e4d17a27eb225e428f5a6cfc33 /gas | |
parent | 2ed83a5973d1bc56c0c01c3252c6ed6743652315 (diff) | |
download | gdb-476a57b9a0ca25c66b01b725a086581db209e2f8.zip gdb-476a57b9a0ca25c66b01b725a086581db209e2f8.tar.gz gdb-476a57b9a0ca25c66b01b725a086581db209e2f8.tar.bz2 |
SunOS 4.0.3 has no sys/stdtypes.h
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/ho-sunos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 1562800..bdaf2d5 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -28,7 +28,7 @@ extern int memset (); #endif /* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC. */ -#include <sys/stdtypes.h> +/* #include <sys/stdtypes.h> */ #include <stddef.h> #include <ctype.h> #include <string.h> |