tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
authorMark Mitchell <mmitchell@usa.net>
Wed, 6 May 1998 06:38:15 +0000 (06:38 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 6 May 1998 06:38:15 +0000 (06:38 +0000)
1998-05-05  Mark Mitchell  <mmitchell@usa.net>
* tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.

From-SVN: r19569

gcc/ChangeLog
gcc/tree.h

index e9b8d6f24f9ba8a1b1815dca2ea9a90f975368cc..052ef5bb0947c276871920cf2dbf004a22c3f2a5 100644 (file)
@@ -1,3 +1,7 @@
+1998-05-06 Mark Mitchell  <mmitchell@usa.net>
+
+       * tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.
+
 Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
 
        * toplev.h: New file.   Protypes for functions in toplev.c.
index 3900056b092b34958891e46888c7e3d8e6a6e9fa..2d53b4eb49c6942f350e167fac14516d84294c68 100644 (file)
@@ -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.  */