diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -188,11 +188,6 @@ do { \ #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) PARM_BOUNDARY #endif -/* Define to nonzero if complex arguments should be split into their - corresponding components. */ -#ifndef SPLIT_COMPLEX_ARGS -#define SPLIT_COMPLEX_ARGS 0 -#endif tree split_complex_types (tree); tree split_complex_values (tree); |