diff options
author | John Gilmore <gnu@cygnus> | 1991-05-03 19:24:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-03 19:24:18 +0000 |
commit | 09a98ceeceb3b247bb659dee0182af070b049f13 (patch) | |
tree | 145db818932e14f88ccd195e888ba826f68aac82 /bfd/hosts/decstation.h | |
parent | 67ca110dede1081d30e80d11fc40a3064f4c069f (diff) | |
download | gdb-09a98ceeceb3b247bb659dee0182af070b049f13.zip gdb-09a98ceeceb3b247bb659dee0182af070b049f13.tar.gz gdb-09a98ceeceb3b247bb659dee0182af070b049f13.tar.bz2 |
Be sure malloc and free are declared; bfd/opncls uses them.
Diffstat (limited to 'bfd/hosts/decstation.h')
-rw-r--r-- | bfd/hosts/decstation.h | 3 |
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; |