diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 15:48:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-12 15:48:28 +0200 |
commit | 800c366d2a7fd84d2fb00f34487c7457b6d24035 (patch) | |
tree | e6c7205c69727305e10b856be8eda495530a4030 | |
parent | f368a0c558bf3a20eee754b622273421ee58ec41 (diff) |
Change BACK to BC (backwards-compatibility) marker
-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 bb946ff..a36b2b6 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -227,7 +227,7 @@ namespace build2 gs.assign<dir_path> ("build.work") = work; gs.assign<dir_path> ("build.home") = home; - // @@ BACK + // @@ BC // gs.assign<bool> ("__build2_greater_than_0_2_0_hack__") = true; |