diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -207,10 +207,6 @@ do { \ #define FUNCTION_ARG_PARTIAL_NREGS(CUM, MODE, TYPE, NAMED) 0 #endif -#ifndef FUNCTION_ARG_PASS_BY_REFERENCE -#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) 0 -#endif - #ifndef FUNCTION_ARG_CALLEE_COPIES #define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) 0 #endif |