From eddcae5a271754fc379c1b499b0a1ec3a86b7ade Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Tue, 31 Dec 2002 11:58:16 +0000 Subject: [PATCH] * cp-tree.h (pending_lang_change): Declare. From-SVN: r60687 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/cp-tree.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fd3af09d6cb..8a5483350ed 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2002-12-31 Gabriel Dos Reis + + * cp-tree.h (pending_lang_change): Declare. + 2002-12-30 Mark Mitchell * parser.c (cp_parser_context_free_list): New variable. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index bdc09a6a9f9..7bd4e44d11c 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -4427,6 +4427,9 @@ extern tree mangle_ref_init_variable PARAMS ((tree)); /* in dump.c */ extern int cp_dump_tree PARAMS ((void *, tree)); +/* in parser.c */ +extern int pending_lang_change; + /* -- end of C++ */ #endif /* ! GCC_CP_TREE_H */ -- 2.30.2