arm: Remove internal FFI_TYPE constants
These have been replaced by the contents of internal.h.
This commit is contained in:
@@ -56,10 +56,6 @@ typedef enum ffi_abi {
|
|||||||
unsigned short vfp_reg_free, vfp_nargs; \
|
unsigned short vfp_reg_free, vfp_nargs; \
|
||||||
signed char vfp_args[16] \
|
signed char vfp_args[16] \
|
||||||
|
|
||||||
/* Internally used. */
|
|
||||||
#define FFI_TYPE_STRUCT_VFP_FLOAT (FFI_TYPE_LAST + 1)
|
|
||||||
#define FFI_TYPE_STRUCT_VFP_DOUBLE (FFI_TYPE_LAST + 2)
|
|
||||||
|
|
||||||
#define FFI_TARGET_SPECIFIC_VARIADIC
|
#define FFI_TARGET_SPECIFIC_VARIADIC
|
||||||
|
|
||||||
/* ---- Definitions for closures ----------------------------------------- */
|
/* ---- Definitions for closures ----------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user