diff options
author | John Gilmore <gnu@cygnus> | 1991-10-22 00:49:54 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-22 00:49:54 +0000 |
commit | 30ff2d72e0b53c239c43f8f3caa9cf2d8bbf4a93 (patch) | |
tree | 5bb6471ab6c63ee79c41fc955090e23b4f6fd2f1 | |
parent | 33a782f1d2146690dae0a225f7ca84024560172d (diff) | |
download | gdb-30ff2d72e0b53c239c43f8f3caa9cf2d8bbf4a93.zip gdb-30ff2d72e0b53c239c43f8f3caa9cf2d8bbf4a93.tar.gz gdb-30ff2d72e0b53c239c43f8f3caa9cf2d8bbf4a93.tar.bz2 |
Remove malloc/free decls covered in stdlib.h. From David Taylor.
-rw-r--r-- | bfd/hosts/vaxult.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/vaxult.h b/bfd/hosts/vaxult.h index 0383cda..2de6396 100644 --- a/bfd/hosts/vaxult.h +++ b/bfd/hosts/vaxult.h @@ -24,7 +24,6 @@ #define HOST_TEXT_START_ADDR USRTEXT #define HOST_STACK_END_ADDR USRSTACK - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; @@ -40,4 +39,3 @@ typedef short int16_type; typedef unsigned short uint16_type; typedef int int32_type; typedef unsigned int uint32_type; - |