(TREE_VIA_PROTECTED): Set protected_flag, not static_flag.

From-SVN: r2329
This commit is contained in:
Brendan Kehoe 1992-10-05 18:39:55 -04:00
parent b4ddf94246
commit 026380ff6b
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ struct tree_common
base class is via a `protected' declaration, which preserves
protected fields from the base class as protected.
OVERLOADED. */
#define TREE_VIA_PROTECTED(NODE) ((NODE)->common.static_flag)
#define TREE_VIA_PROTECTED(NODE) ((NODE)->common.protected_flag)
/* In any expression, nonzero means it has side effects or reevaluation
of the whole expression could produce a different value.