aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2011-07-12 18:59:39 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2011-07-12 18:59:39 -0400
commit2c1404747a1affb510fcc4908d371f38ee078a1f (patch)
tree9c0d57b2b524d0afdcd6fc4965550024ea6b8cd0 /gcc/cp/pt.c
parent38ab02dbdc0bb4488a9419dfd7e3e17b799b9710 (diff)
downloadgcc-2c1404747a1affb510fcc4908d371f38ee078a1f.zip
gcc-2c1404747a1affb510fcc4908d371f38ee078a1f.tar.gz
gcc-2c1404747a1affb510fcc4908d371f38ee078a1f.tar.bz2
name-lookup.h (cp_binding_level): Rename from cxx_scope.
* name-lookup.h (cp_binding_level): Rename from cxx_scope. Update all users. (struct cp_binding_level): Fix indentation. From-SVN: r176218
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 893a4bf..d50e214 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -1791,7 +1791,7 @@ determine_specialization (tree template_id,
with the signature of DECL. */
tree templates = NULL_TREE;
int header_count;
- struct cp_binding_level *b;
+ cp_binding_level *b;
*targs_out = NULL_TREE;