aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorMark Mitchell <mmitchell@usa.net>1998-05-06 06:38:15 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-05-06 06:38:15 +0000
commit8830da36dc33c9c0b5885f145b4311d4a8f5ece4 (patch)
tree9b9bfe84f7c5d52648be9493d04de486c7d40629 /gcc/tree.h
parent6553243e358a87a3d2ae038f3256301a627ba76a (diff)
downloadgcc-8830da36dc33c9c0b5885f145b4311d4a8f5ece4.zip
gcc-8830da36dc33c9c0b5885f145b4311d4a8f5ece4.tar.gz
gcc-8830da36dc33c9c0b5885f145b4311d4a8f5ece4.tar.bz2
tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
1998-05-05 Mark Mitchell <mmitchell@usa.net> * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'. From-SVN: r19569
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 3900056..2d53b4e 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -55,8 +55,7 @@ extern char tree_code_type[MAX_TREE_CODES];
expression. */
#define IS_EXPR_CODE_CLASS(CLASS) \
- (CLASS == '<' || CLASS == '1' || CLASS == '2' || CLASS == '3' \
- || CLASS == 'e')
+ (CLASS == '<' || CLASS == '1' || CLASS == '2' || CLASS == 'e')
/* Number of argument-words in each kind of tree-node. */