Commit 026380ff by Brendan Kehoe

(TREE_VIA_PROTECTED): Set protected_flag, not static_flag.

From-SVN: r2329
parent b4ddf942
...@@ -254,7 +254,7 @@ struct tree_common ...@@ -254,7 +254,7 @@ struct tree_common
base class is via a `protected' declaration, which preserves base class is via a `protected' declaration, which preserves
protected fields from the base class as protected. protected fields from the base class as protected.
OVERLOADED. */ 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 /* In any expression, nonzero means it has side effects or reevaluation
of the whole expression could produce a different value. of the whole expression could produce a different value.
......
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