aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-12 15:48:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-12 15:48:28 +0200
commit800c366d2a7fd84d2fb00f34487c7457b6d24035 (patch)
treee6c7205c69727305e10b856be8eda495530a4030
parentf368a0c558bf3a20eee754b622273421ee58ec41 (diff)
Change BACK to BC (backwards-compatibility) marker
-rw-r--r--build2/context.cxx2
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;