diff options
author | K. Richard Pixley <rich@cygnus> | 1991-09-01 23:36:56 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-09-01 23:36:56 +0000 |
commit | 5cf89596e765c8187cd1dc221636313296a086f6 (patch) | |
tree | 4b98af511e6bec4d0c7a7b16bffcbc73a9a276fd /gas/config | |
parent | 9b24fc70874e6f072b25a52d93e380a508fc0542 (diff) | |
download | binutils-gdb-5cf89596e765c8187cd1dc221636313296a086f6.tar.gz |
Patch around gcc builtin memory functions.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/ho-sunos.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 5d920f6e5be..413d3d109c2 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -4,7 +4,11 @@ #define NO_STDARG #endif /* not __STDC__ */ +#ifndef __GNUC__ +#ifndef __STDC__ #include <memory.h> +#endif +#endif #include <ctype.h> #include <string.h> |