Patch around gcc builtin memory functions.
authorK. Richard Pixley <rich@cygnus>
Sun, 1 Sep 1991 23:36:56 +0000 (23:36 +0000)
committerK. Richard Pixley <rich@cygnus>
Sun, 1 Sep 1991 23:36:56 +0000 (23:36 +0000)
gas/config/ho-sunos.h

index 5d920f6e5be2e6f44e04af37fb53d1b818bc65b7..413d3d109c27592388a0641cf090808b56250be6 100644 (file)
@@ -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>