diff options
author | Philippe De Muyter <phdm@macqel.be> | 2000-05-22 18:22:12 +0200 |
---|---|---|
committer | Philippe De Muyter <phdm@gcc.gnu.org> | 2000-05-22 16:22:12 +0000 |
commit | 37941398e2b9214ceef85879f2cf9cc7f82feff8 (patch) | |
tree | 7e8b8f654b4e4cf1ed240060a25c159ff265275e /gcc/config/m88k | |
parent | 0d9a68e84221607f20781e66efda54888811ee44 (diff) | |
download | gcc-37941398e2b9214ceef85879f2cf9cc7f82feff8.zip gcc-37941398e2b9214ceef85879f2cf9cc7f82feff8.tar.gz gcc-37941398e2b9214ceef85879f2cf9cc7f82feff8.tar.bz2 |
m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
* m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
* fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
* gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
From-SVN: r34081
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/m88k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index 5cbae71..ca2d0f7 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -1540,7 +1540,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, /* We assume that the store-condition-codes instructions store 0 for false and some other value for true. This is the value stored for true. */ -#define STORE_FLAG_VALUE -1 +#define STORE_FLAG_VALUE (-1) /* Specify the machine mode that pointers have. After generation of rtl, the compiler makes no further distinction |