diff options
Diffstat (limited to 'gcc/config/clipper/clipper.h')
-rw-r--r-- | gcc/config/clipper/clipper.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/clipper/clipper.h b/gcc/config/clipper/clipper.h index 61845e4d15b..6ae383db3a3 100644 --- a/gcc/config/clipper/clipper.h +++ b/gcc/config/clipper/clipper.h @@ -69,12 +69,6 @@ extern int target_flags; #define WORDS_BIG_ENDIAN 0 -/* Width in bits of a "word", which is the contents of a machine register. - Note that this is not necessarily the width of data type `int'; - if using 16-bit ints on a 68000, this would still be 32. - But on a machine with 16-bit registers, this would be 16. */ -#define BITS_PER_WORD 32 - /* Width of a word, in units (bytes). */ #define UNITS_PER_WORD 4 |