From 86cdcdcf11982281aa286682faf604cff3b1c7d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Apr 2016 11:29:58 +0200 Subject: Make name::pair char again The plan is to represent scope/target-qualified variables as ':'-style pairs. --- build2/name.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/name.cxx') diff --git a/build2/name.cxx b/build2/name.cxx index 296b4ec..f3e4c0f 100644 --- a/build2/name.cxx +++ b/build2/name.cxx @@ -49,7 +49,7 @@ namespace build2 os << n; if (n.pair) - os << '@'; + os << n.pair; else if (i != e) os << ' '; } -- cgit v1.1