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/vmsdbgout.c | |
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/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 8b19775ddd0..cad6323f3b4 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -79,9 +79,6 @@ dst_file_info_entry; are only defaults. If the sizes are different for your target, you should override these values by defining the appropriate symbols in your tm.h file. */ -#ifndef CHAR_TYPE_SIZE -#define CHAR_TYPE_SIZE BITS_PER_UNIT -#endif #ifndef PTR_SIZE #define PTR_SIZE 4 /* Must be 32 bits for VMS debug info */ #endif |