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:
67ca110
)
Be sure malloc and free are declared; bfd/opncls uses them.
author
John Gilmore
<gnu@cygnus>
Fri, 3 May 1991 19:24:18 +0000
(19:24 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 3 May 1991 19:24:18 +0000
(19:24 +0000)
bfd/hosts/decstation.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/decstation.h
b/bfd/hosts/decstation.h
index b8f07887046cc76ff95d05298d3affec0be1ac66..875982c9f25255ea5668add76aa671faa8b11740 100644
(file)
--- a/
bfd/hosts/decstation.h
+++ b/
bfd/hosts/decstation.h
@@
-12,6
+12,9
@@
#define SEEK_SET 0
#define SEEK_CUR 1
+extern char *malloc();
+extern void free();
+
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;