projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfddc7
)
Shift positions on memory.h. Seems gcc has changed.
author
K. Richard Pixley
<rich@cygnus>
Wed, 16 Oct 1991 08:56:25 +0000
(08:56 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Wed, 16 Oct 1991 08:56:25 +0000
(08:56 +0000)
gas/config/ho-sunos.h
patch
|
blob
|
history
diff --git
a/gas/config/ho-sunos.h
b/gas/config/ho-sunos.h
index 413d3d109c27592388a0641cf090808b56250be6..81c067c2de885fe8d4f63f2271022aac4cb41dea 100644
(file)
--- a/
gas/config/ho-sunos.h
+++ b/
gas/config/ho-sunos.h
@@
-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>