Commit 7bfb14f1 by Aaron Lehmann Committed by Aldy Hernandez

fold-cont.c: Remove unused CHARMASK.

2002-06-28  Aaron Lehmann  <aaronl@vitelus.com>

        * fold-cont.c: Remove unused CHARMASK.

From-SVN: r55106
parent 5ddf82b4
2002-06-28 Aaron Lehmann <aaronl@vitelus.com>
* fold-cont.c: Remove unused CHARMASK.
2002-06-29 Neil Booth <neil@daikokuya.co.uk> 2002-06-29 Neil Booth <neil@daikokuya.co.uk>
PR preprocessor/7150 PR preprocessor/7150
......
...@@ -110,13 +110,6 @@ static tree fold_binary_op_with_conditional_arg ...@@ -110,13 +110,6 @@ static tree fold_binary_op_with_conditional_arg
PARAMS ((enum tree_code, tree, tree, tree, int)); PARAMS ((enum tree_code, tree, tree, tree, int));
static bool fold_real_zero_addition_p PARAMS ((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 /* The following constants represent a bit based encoding of GCC's
comparison operators. This encoding simplifies transformations comparison operators. This encoding simplifies transformations
on relational comparison operators, such as AND and OR. */ on relational comparison operators, such as AND and OR. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment