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:
88db8f8
)
declare malloc, realloc
author
Ken Raeburn
<raeburn@cygnus>
Thu, 3 Dec 1992 23:45:13 +0000
(23:45 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Thu, 3 Dec 1992 23:45:13 +0000
(23:45 +0000)
gas/config/ho-generic.h
patch
|
blob
|
history
diff --git
a/gas/config/ho-generic.h
b/gas/config/ho-generic.h
index b1b0a93315bfc6c5725d552843f35c391faf47d4..967603fef3e6b4c95fcf771eae95f6257513d195 100644
(file)
--- a/
gas/config/ho-generic.h
+++ b/
gas/config/ho-generic.h
@@
-25,6
+25,11
@@
#define HAVE_STRERROR
+#ifdef __STDC__
+extern void *malloc (), *realloc ();
+#else
+extern char *malloc (), *realloc ();
+#endif
extern int free ();
/* end of ho-generic.h */