Remove malloc/free decls covered in stdlib.h. From David Taylor.

This commit is contained in:
John Gilmore 1991-10-22 00:49:54 +00:00
parent 33a782f1d2
commit 30ff2d72e0
1 changed files with 0 additions and 2 deletions

View 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;