diff options
Diffstat (limited to 'gcc/config/1750a/1750a.h')
| -rw-r--r-- | gcc/config/1750a/1750a.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/1750a/1750a.h b/gcc/config/1750a/1750a.h index 185dd1e7562..e341842c844 100644 --- a/gcc/config/1750a/1750a.h +++ b/gcc/config/1750a/1750a.h @@ -879,8 +879,8 @@ enum reg_class { NO_REGS, R2, R0_1, INDEX_REGS, BASE_REGS, ALL_REGS, LIM_REG_CLA #define STORE_FLAG_VALUE 1 /* When a prototype says `char' or `short', really pass an `int'. - 1750: for now, `char' is 16 bits wide anyway. - #define PROMOTE_PROTOTYPES */ + 1750: for now, `char' is 16 bits wide anyway. */ +#define PROMOTE_PROTOTYPES 0 /* Specify the machine mode that pointers have. After generation of rtl, the compiler makes no further distinction |

