Remove malloc/free decls covered in stdlib.h. From David Taylor.
authorJohn Gilmore <gnu@cygnus>
Tue, 22 Oct 1991 00:49:54 +0000 (00:49 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 22 Oct 1991 00:49:54 +0000 (00:49 +0000)
bfd/hosts/vaxult.h

index 0383cda94e28e6c6942fb550ee4be299cd29d7a3..2de63961e8ad3263ee06d29e2834dc623ad5031c 100644 (file)
@@ -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;
-