From 5d01daba468f2dfc01bb434c952e9aa99376d404 Mon Sep 17 00:00:00 2001 From: aldyh Date: Sat, 29 Jun 2002 21:14:21 +0000 Subject: 2002-06-28 Aaron Lehmann * fold-cont.c: Remove unused CHARMASK. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55106 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/fold-const.c | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b2de7208fe..75d599df912 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-28 Aaron Lehmann + + * fold-cont.c: Remove unused CHARMASK. + 2002-06-29 Neil Booth PR preprocessor/7150 diff --git a/gcc/fold-const.c b/gcc/fold-const.c index f9f3a649433..72266c5ed77 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -110,13 +110,6 @@ static tree fold_binary_op_with_conditional_arg PARAMS ((enum tree_code, tree, tree, tree, int)); static bool fold_real_zero_addition_p PARAMS ((tree, tree, int)); -#if defined(HOST_EBCDIC) -/* bit 8 is significant in EBCDIC */ -#define CHARMASK 0xff -#else -#define CHARMASK 0x7f -#endif - /* The following constants represent a bit based encoding of GCC's comparison operators. This encoding simplifies transformations on relational comparison operators, such as AND and OR. */ -- cgit v1.2.1