From: jason Date: Wed, 22 Aug 2007 20:43:06 +0000 (+0000) Subject: fix changelog entry X-Git-Tag: upstream/4.9.2~46751 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b11ed78dd6dbc5f6796f3f0d51e1b268b0082736;p=platform%2Fupstream%2Flinaro-gcc.git fix changelog entry git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127717 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fa83612..62b88dc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -3,6 +3,7 @@ PR c++/29365 * pt.c (outermost_tinst_level): New function. * lex.c (in_main_input_context): New function. + * cp-tree.h: Declare it. * decl2.c (constrain_class_visibility): Use it to avoid warning about uses of the anonymous namespace in the main input file.