From fe040ee243a2c3520d76a5a42dfc2c157fcfcbbb Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 19 Jun 2019 16:28:47 -0400 Subject: [PATCH 20/47] 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 8dc764c..e2fd0f8 100644 --- a/gcc/diagnostic-show-locus.c +++ b/gcc/diagnostic-show-locus.c @@ -44,7 +44,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 @@ -2235,7 +2235,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