From 96808e0ca5ba7c586911e9a8762360d2e931180c Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 19 Jun 2019 16:28:47 -0400 Subject: [PATCH 022/124] FIXME: hack out anon namespace from d-s-l.c --- gcc/diagnostic-show-locus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/diagnostic-show-locus.c b/gcc/diagnostic-show-locus.c index 93831ac..2ec2c5c 100644 --- a/gcc/diagnostic-show-locus.c +++ b/gcc/diagnostic-show-locus.c @@ -51,7 +51,7 @@ along with GCC; see the file COPYING3. If not see The work is done by "class layout", which embeds and uses "class colorizer" and "class layout_range" to get things done. */ -namespace { +//namespace { /* The state at a given point of the source code, assuming that we're in a range: which range are we in, and whether we should draw a caret at @@ -2249,7 +2249,7 @@ layout::print_line (linenum_type row) print_trailing_fixits (row); } -} /* End of anonymous namespace. */ +//} /* End of anonymous namespace. */ /* If LOC is within the spans of lines that will already be printed for this gcc_rich_location, then add it as a secondary location and return true. -- 1.8.5.3