diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-03 15:37:32 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-03 15:37:32 +0000 |
commit | 6c11cad6eb453556dad071bcf5f24faa5e20b905 (patch) | |
tree | c18f13651fa7c669582e3982c33192554fc85074 /gcc/config/pdp11/pdp11.h | |
parent | 3585dac7a9c88a562d5b231e74a121bea751ba95 (diff) | |
download | gcc-6c11cad6eb453556dad071bcf5f24faa5e20b905.tar.gz |
* 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pdp11/pdp11.h')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 2b6edd338bf..8f69ccf9ce5 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -131,7 +131,6 @@ extern int target_flags; /* TYPE SIZES */ -#define CHAR_TYPE_SIZE 8 #define SHORT_TYPE_SIZE 16 #define INT_TYPE_SIZE (TARGET_INT16 ? 16 : 32) #define LONG_TYPE_SIZE 32 |