From 9a571cfd9db11887adbf8917aa1641047bcfd012 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sun, 3 Mar 2002 15:37:32 +0000 Subject: 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 --- gcc/vmsdbgout.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/vmsdbgout.c') diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 8b19775..cad6323f 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 -- cgit v1.1