diff options
author | phdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-22 16:22:12 +0000 |
---|---|---|
committer | phdm <phdm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-22 16:22:12 +0000 |
commit | e143fe9c7a30c0b82f86603a2258b050f4c8efee (patch) | |
tree | 7e8b8f654b4e4cf1ed240060a25c159ff265275e /gcc/config/we32k | |
parent | 36bf38fb19f7a51a0506e0b786570e6f536f2c06 (diff) | |
download | gcc-e143fe9c7a30c0b82f86603a2258b050f4c8efee.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34081 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/we32k')
-rw-r--r-- | gcc/config/we32k/we32k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index 1d5f2259203..660736a5c92 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -662,7 +662,7 @@ enum reg_class { NO_REGS, GENERAL_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) /* When a prototype says `char' or `short', really pass an `int'. */ #define PROMOTE_PROTOTYPES 1 |