From 175437114658325674a9fec4ea49703e192c4ffc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 2 Apr 2016 09:05:12 +0200 Subject: Add backwards compatibility mark (@@ BACK) --- build2/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/context.cxx b/build2/context.cxx index 21d683b..26fc41a 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -182,7 +182,7 @@ namespace build2 gs.assign ("build.work") = work; gs.assign ("build.home") = home; - // @@ Backwards-compatibility hack. + // @@ BACK // gs.assign ("__build2_greater_than_0_2_0_hack__") = true; -- cgit v1.1