aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-03 19:24:18 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-03 19:24:18 +0000
commit09a98ceeceb3b247bb659dee0182af070b049f13 (patch)
tree145db818932e14f88ccd195e888ba826f68aac82 /bfd
parent67ca110dede1081d30e80d11fc40a3064f4c069f (diff)
downloadfsf-binutils-gdb-09a98ceeceb3b247bb659dee0182af070b049f13.zip
fsf-binutils-gdb-09a98ceeceb3b247bb659dee0182af070b049f13.tar.gz
fsf-binutils-gdb-09a98ceeceb3b247bb659dee0182af070b049f13.tar.bz2
Be sure malloc and free are declared; bfd/opncls uses them.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/hosts/decstation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/decstation.h b/bfd/hosts/decstation.h
index b8f0788..875982c 100644
--- 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;