diff options
-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; |