diff options
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 5d17042..acde9c0 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -337,10 +337,8 @@ extern int target_flags; #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32) -/* Define these to avoid dependence on meaning of `int'. - Note that WCHAR_TYPE_SIZE is used in cexp.y, - where TARGET_SHORT is not available. */ - +/* Define these to avoid dependence on meaning of `int'. */ + #define WCHAR_TYPE "long int" #define WCHAR_TYPE_SIZE 32 |