]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/name-lookup.h
re PR c++/19030 (ice on tree check)
[thirdparty/gcc.git] / gcc / cp / name-lookup.h
index 13ac45964a6d4ef8b71c915a61720216b887ff60..7c6f9263b193f067fed5ac43623352e8615e83fc 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for C++ name lookup routines.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
 
 This file is part of GCC.
@@ -299,7 +299,7 @@ extern void pop_from_top_level (void);
 extern void pop_everything (void);
 extern void keep_next_level (bool);
 extern bool is_ancestor (tree, tree);
-extern bool push_scope (tree);
+extern tree push_scope (tree);
 extern void pop_scope (tree);
 extern tree push_inner_scope (tree);
 extern void pop_inner_scope (tree, tree);