From 8ee02c5d40006d52d0048a748a695d589b3627cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 17:37:29 +0200 Subject: Simplify unconfigured module interface --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 313fe95..7ebbab1 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -315,7 +315,7 @@ main (int argc, char* argv[]) os.push_back (targetspec (name ("dir", string ()))); const path p (""); - const location l (&p, 1, 0); //@@ TODO + const location l (&p, 0, 0); //@@ TODO operation_id oid (0); // Not yet translated. const operation_info* oif (nullptr); -- cgit v1.1