diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1067,7 +1067,7 @@ extern void omp_clause_range_check_failed (const tree, const char *, int, #define TREE_OVERFLOW(NODE) (CST_CHECK (NODE)->common.public_flag) -/* In a VAR_DECL or FUNCTION_DECL, +/* In a VAR_DECL, FUNCTION_DECL, NAMESPACE_DECL or TYPE_DECL, nonzero means name is to be accessible from outside this module. In an IDENTIFIER_NODE, nonzero means an external declaration accessible from outside this module was previously seen @@ -2264,9 +2264,9 @@ struct tree_binfo GTY (()) enum symbol_visibility { VISIBILITY_DEFAULT, - VISIBILITY_INTERNAL, + VISIBILITY_PROTECTED, VISIBILITY_HIDDEN, - VISIBILITY_PROTECTED + VISIBILITY_INTERNAL }; #endif |