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:
9b24fc7
)
Patch around gcc builtin memory functions.
author
K. Richard Pixley
<rich@cygnus>
Sun, 1 Sep 1991 23:36:56 +0000
(23:36 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Sun, 1 Sep 1991 23:36:56 +0000
(23:36 +0000)
gas/config/ho-sunos.h
patch
|
blob
|
history
diff --git
a/gas/config/ho-sunos.h
b/gas/config/ho-sunos.h
index 5d920f6e5be2e6f44e04af37fb53d1b818bc65b7..413d3d109c27592388a0641cf090808b56250be6 100644
(file)
--- 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>