Remove malloc/free decls covered in stdlib.h. From David Taylor.
This commit is contained in:
parent
33a782f1d2
commit
30ff2d72e0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue