diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-03-03 15:37:32 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-03-03 15:37:32 +0000 |
commit | 9a571cfd9db11887adbf8917aa1641047bcfd012 (patch) | |
tree | c18f13651fa7c669582e3982c33192554fc85074 /gcc/vmsdbgout.c | |
parent | ca7558fcc6fe1ccfcbc91c1f2017b6706eae4cf3 (diff) | |
download | gcc-9a571cfd9db11887adbf8917aa1641047bcfd012.tar.gz |
1750a.h, [...] (CHAR_TYPE_SIZE): Delete.
* 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.
From-SVN: r50256
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 |