Shift positions on memory.h. Seems gcc has changed.
authorK. Richard Pixley <rich@cygnus>
Wed, 16 Oct 1991 08:56:25 +0000 (08:56 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 16 Oct 1991 08:56:25 +0000 (08:56 +0000)
gas/config/ho-sunos.h

index 413d3d109c27592388a0641cf090808b56250be6..81c067c2de885fe8d4f63f2271022aac4cb41dea 100644 (file)
@@ -4,10 +4,10 @@
 #define NO_STDARG
 #endif /* not __STDC__ */
 
-#ifndef __GNUC__
-#ifndef __STDC__
+#if !defined(__GNUC__) & !defined(__STDC__)
 #include <memory.h>
-#endif
+#else
+extern int memset();
 #endif
 
 #include <ctype.h>