diff options
Diffstat (limited to 'gcc/config/we32k/we32k.h')
-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 0859ec1cdda..af7c7ff774d 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -664,7 +664,7 @@ enum reg_class { NO_REGS, GENERAL_REGS, #define STORE_FLAG_VALUE -1 /* When a prototype says `char' or `short', really pass an `int'. */ -#define PROMOTE_PROTOTYPES +#define PROMOTE_PROTOTYPES 1 /* Specify the machine mode that pointers have. After generation of rtl, the compiler makes no further distinction |