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
This commit is contained in:
Mark Mitchell 1998-05-06 06:38:15 +00:00 committed by Mark Mitchell
parent 6553243e35
commit 8830da36dc
2 changed files with 5 additions and 2 deletions

View 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.

View 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. */