From b11aaa16d404ce7dc55de6b7338dccbf053a72bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 07:17:29 +0200 Subject: Adjust to new path implementation, use to support reversibility --- build2/dump.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/dump.cxx') diff --git a/build2/dump.cxx b/build2/dump.cxx index 7cb97ef..a8b02d1 100644 --- a/build2/dump.cxx +++ b/build2/dump.cxx @@ -69,6 +69,7 @@ namespace build2 { // @@ Might be useful to dump the cache. // + assert (org->type == nullptr); os << var.name << (org->extra == 1 ? " =+ " : " += "); } else -- cgit v1.1