From 30ff2d72e0b53c239c43f8f3caa9cf2d8bbf4a93 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 22 Oct 1991 00:49:54 +0000 Subject: [PATCH] Remove malloc/free decls covered in stdlib.h. From David Taylor. --- bfd/hosts/vaxult.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bfd/hosts/vaxult.h b/bfd/hosts/vaxult.h index 0383cda94e2..2de63961e8a 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; - -- 2.30.2