summaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2006-03-09 10:14:39 -0800
committerRichard Henderson <rth@gcc.gnu.org>2006-03-09 10:14:39 -0800
commit1799e5d5ca20304e32f7d1134ba5e8a2ab231880 (patch)
tree461ecbd500b6dd4b3b219e43f1580a187a1407cf /gcc/cp/name-lookup.h
parentf8fe05458d2116e5dcd2aa3eac9dff868be27cfb (diff)
downloadgcc-1799e5d5ca20304e32f7d1134ba5e8a2ab231880.tar.gz
Merge C++ from gomp-20050608-branch.
From-SVN: r111867
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r--gcc/cp/name-lookup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h
index 12cb697f32b..20c82255a4d 100644
--- a/gcc/cp/name-lookup.h
+++ b/gcc/cp/name-lookup.h
@@ -106,7 +106,7 @@ typedef enum scope_kind {
contents to zero, and the default scope kind
is "sk_block". */
sk_cleanup, /* A scope for (pseudo-)scope for cleanup. It is
- peusdo in that it is transparent to name lookup
+ pseudo in that it is transparent to name lookup
activities. */
sk_try, /* A try-block. */
sk_catch, /* A catch-block. */
@@ -117,10 +117,11 @@ typedef enum scope_kind {
sk_namespace, /* The scope containing the members of a
namespace, including the global scope. */
sk_template_parms, /* A scope for template parameters. */
- sk_template_spec /* Like sk_template_parms, but for an explicit
+ sk_template_spec, /* Like sk_template_parms, but for an explicit
specialization. Since, by definition, an
explicit specialization is introduced by
"template <>", this scope is always empty. */
+ sk_omp /* An OpenMP structured block. */
} scope_kind;
/* The scope where the class/struct/union/enum tag applies. */