aboutsummaryrefslogtreecommitdiff
path: root/build2/context.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-18 17:54:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-28 16:03:34 +0200
commitcf59a5fa548cfa72ab0b56334afea5c031faf27b (patch)
treed9193ee747f85f9e2763b98c386057fa6f15ff63 /build2/context.cxx
parente9563995b01162a8ec4aa24b5342dcdc2eeba154 (diff)
Enable @-delimited pairs mode everywhere
Diffstat (limited to 'build2/context.cxx')
-rw-r--r--build2/context.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/context.cxx b/build2/context.cxx
index dc84e63..53ea467 100644
--- a/build2/context.cxx
+++ b/build2/context.cxx
@@ -71,9 +71,9 @@ namespace build2
v.find<string> ("project");
v.find<dir_path> ("amalgamation");
- // Not typed since the value requires pre-processing.
+ // Not typed since the value requires pre-processing (see file.cxx).
//
- v.find ("subprojects", nullptr, '=');
+ v.find ("subprojects");
v.find<string> ("extension");
}