aboutsummaryrefslogtreecommitdiff
path: root/build2/context.cxx
diff options
context:
space:
mode:
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");
}