* decl.c (cxx_scope_descriptor): Fix thinko.
(struct cp_binding_level): Adjust type of binding_depth field.
From-SVN: r71557
+2003-09-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * decl.c (cxx_scope_descriptor): Fix thinko.
+ (struct cp_binding_level): Adjust type of binding_depth field.
+
2003-09-18 Danny Smith <dannysmith@users.sourceforge.net>
PR c++/12320
tree dead_vars_from_for;
/* Binding depth at which this level began. */
- unsigned binding_depth;
+ int binding_depth;
/* The kind of scope that this object represents. However, a
SK_TEMPLATE_SPEC scope is represented with KIND set to
"try-scope",
"catch-scope",
"for-scope",
+ "function-parameter-scope",
+ "class-scope",
+ "namespace-scope",
"template-parameter-scope",
"template-explicit-spec-scope"
};