From: Jason Merrill Date: Wed, 22 Aug 2007 20:43:06 +0000 (-0400) Subject: fix changelog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f11b235171696c8b04a850fa071a6d251b3cd533;p=gcc.git fix changelog entry From-SVN: r127717 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fa83612725d..62b88dc3975 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.