diff options
author | Kresten Krab Thorup <krab@gcc.gnu.org> | 1994-07-11 18:19:35 +0000 |
---|---|---|
committer | Kresten Krab Thorup <krab@gcc.gnu.org> | 1994-07-11 18:19:35 +0000 |
commit | f58cfbfb7b2f1c89e2ca698dd2cc23ab75f10bfd (patch) | |
tree | c403bea77fc05a54a56d35fbbbdb2f0ad6729fac | |
parent | 50b07e5b2ab2ff379ac446188af8707b91c5668f (diff) | |
download | gcc-f58cfbfb7b2f1c89e2ca698dd2cc23ab75f10bfd.zip gcc-f58cfbfb7b2f1c89e2ca698dd2cc23ab75f10bfd.tar.gz gcc-f58cfbfb7b2f1c89e2ca698dd2cc23ab75f10bfd.tar.bz2 |
(STRUCT_VALUE): Change definition from `(rtx)0' to
just `0' so it is a valid expression for the pre-processor.
From-SVN: r7706
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index fbaa256..1fe867b 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1262,7 +1262,7 @@ extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER]; `STRUCT_VALUE' as an expression returning an RTX for the place where the address is passed. If it returns 0, the address is passed as an "invisible" first argument. */ -#define STRUCT_VALUE ((rtx)0) +#define STRUCT_VALUE 0 /* Mips registers used in prologue/epilogue code when the stack frame is larger than 32K bytes. These registers must come from the |