diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-02 09:05:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-02 09:05:12 +0200 |
commit | 175437114658325674a9fec4ea49703e192c4ffc (patch) | |
tree | 09622abe34278308410bbd0449a810f0692a64f8 | |
parent | c84e6ee780416eb546a07f2d3c7c5c3d555da937 (diff) |
Add backwards compatibility mark (@@ BACK)
-rw-r--r-- | build2/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<dir_path> ("build.work") = work; gs.assign<dir_path> ("build.home") = home; - // @@ Backwards-compatibility hack. + // @@ BACK // gs.assign<bool> ("__build2_greater_than_0_2_0_hack__") = true; |